Skip to content

chore(main): release 2.17.0#572

Merged
ahochsteger merged 1 commit intomainfrom
release-please--branches--main--components--gmail-processor
Apr 14, 2026
Merged

chore(main): release 2.17.0#572
ahochsteger merged 1 commit intomainfrom
release-please--branches--main--components--gmail-processor

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Aug 25, 2025

🤖 I have created a release beep boop

2.17.0 (2026-04-14)

Features

  • adapter: add increment conflict strategy for Google Drive files (1363073)
  • add increment conflict strategy (66278c5), closes #633
  • add envOverrides for cache and property service (92215cb)
  • add file conflict strategy increment (#652) (1363073)
  • expr: add support for boolean, number, bigint, symbol, and function types in anyValueToString (4b5a1c6)
  • modernization: implement regex escape and secure docs dependencies (418d7a0)

Bug Fixes

  • adjust driveApi typing for new @types/google-apps-script (9276cda)
  • deps: update dependency ajv to v8.18.0 [security] (#624) (ef5fa2e)
  • deps: update libs-non-major (#571) (d953e21)
  • deps: update libs-non-major (#574) (ac9828f)
  • deps: update libs-non-major (#576) (684828b)
  • deps: update libs-non-major (#582) (5badebe)
  • deps: update libs-non-major (#631) (f98897e)
  • docs: resolve package-lock.json conflict for react-json-view-lite (c192c24)
  • ERESOLVE in docs build and optimize thread message count retrieval (dd48c60)
  • security: remove hardcoded PDF decryption password in example (#642) (c833be0)
  • typedoc warnings (c5cbcef)
  • upgrade @iconify/react from 6.0.0 to 6.0.1 (7c8be2d)
  • upgrade docusaurus-json-schema-plugin from 1.14.0 to 1.15.0 (d52a366)

Performance Improvements

  • eliminate duplicate gmail search (d5d601b)
  • hort-circuit evaluation in orderRules comparators to minimize API calls (bfe149c)
  • optimize thread message count retrieval (5e3acd9)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from 572e7f8 to 1fcc3b1 Compare August 25, 2025 15:13
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from 0d4fe1c to c4be9f6 Compare September 8, 2025 14:05
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 3 times, most recently from 51764ab to b8198c1 Compare September 22, 2025 05:43
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from 73fa52a to 9323f27 Compare September 29, 2025 09:44
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from 9323f27 to bca8851 Compare October 6, 2025 05:12
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from 8a98ad1 to dcd3556 Compare October 20, 2025 04:28
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from dcd3556 to 0a63653 Compare October 27, 2025 05:26
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from 0019b91 to a5bc337 Compare November 10, 2025 05:43
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from a5bc337 to 3e8c782 Compare November 17, 2025 04:36
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from 4fc902b to 40f94b6 Compare December 8, 2025 06:16
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from 40f94b6 to 96ffa75 Compare December 15, 2025 04:40
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from b35dddf to e50c5d3 Compare December 29, 2025 05:29
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from edb6261 to fcf84e6 Compare January 12, 2026 05:02
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from fcf84e6 to 934ba53 Compare January 19, 2026 05:11
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from 934ba53 to 0ecf80c Compare January 26, 2026 05:31
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from cd2d8ba to 08fd50d Compare February 9, 2026 05:33
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 3 times, most recently from b0b56c8 to fd85d87 Compare February 23, 2026 04:37
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from ac3758a to 9a811eb Compare March 30, 2026 20:58
@github-actions github-actions bot changed the title chore(main): release 2.16.1 chore(main): release 2.17.0 Mar 30, 2026
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 5 times, most recently from cfa89e1 to 7094cd0 Compare April 2, 2026 10:46
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from 7094cd0 to 3caa55c Compare April 2, 2026 17:51
@chrismazanec
Copy link
Copy Markdown
Contributor

@ahochsteger when is this expected to ship/merge please? 🚀 looking forward to this release! ❤️

@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 3 times, most recently from 69deef9 to ebd69d1 Compare April 11, 2026 17:49
@ahochsteger
Copy link
Copy Markdown
Owner

ahochsteger commented Apr 11, 2026

@chrismazanec I plan to release it in the next week.
I found some regressions (unrelated to the new feature) and so I drastically improved the test automation coverage (both unit tests as well as Google Apps Script end-to-end tests) to make sure everything's fine.
If you already want to try it out you can temporarily switch to the beta library using the script ID 1yhOQyl_xWtnGJn_bzlL7oA4d_q5KoMyZyWIqXDJX1SY7bi22_lpjMiQK.
This example demonstrates how to use the customization to control how the filenames are generated.
Let me know, how it's working for you.

@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 2 times, most recently from fd22ef9 to 0c0c3cc Compare April 12, 2026 16:24
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch 3 times, most recently from 42c2dd1 to ae8df09 Compare April 14, 2026 06:06
@github-actions github-actions bot force-pushed the release-please--branches--main--components--gmail-processor branch from ae8df09 to 3b54676 Compare April 14, 2026 06:43
@ahochsteger ahochsteger merged commit aca556a into main Apr 14, 2026
4 checks passed
@github-actions
Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

@ahochsteger ahochsteger deleted the release-please--branches--main--components--gmail-processor branch April 15, 2026 08:33
@chrismazanec
Copy link
Copy Markdown
Contributor

@ahochsteger works great, thank you! would be neat if this could be applied on a global level too, it's a lot of duplicate code to have this for each rule. thanks!

@ahochsteger
Copy link
Copy Markdown
Owner

@chrismazanec yes, that's a good idea.
May I ask you to create an issue to describe your use case with an example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add 'increment' conflict strategy with sequential numbering

2 participants