You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: Tidy GPG logic and move gpg home to a temp dir (#140)
* Tidy GPG logic and move gpg home to a temp dir
* Forgot to keep exceptions
* Feat: Email renaming (#141)
* Add email filename renaming
* Add email rename tests
* Added more verbose logging (#142)
* Update CHANGELOG
* bump version v25.35.2 -> v25.37.0
* Prevent reloading filters for every template validation
* Cache file list at runtime
* Add proper logging for schema errors
* Add schema validation
* Update changelog
* Add config loader tests
* Fix tests and add file cache clearing to help
* Fix email test
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
# v25.37.0
4
+
5
+
- Add additional logging to `sftp` & `local` protocol.
6
+
- Add `rename` option to `email` destination protocol.
7
+
- Tidy GPG logic and move gpghome creation into a temporary directory to avoid issues with multiple processes (or retries) finding broken keychains. Hopefully fixes an issue encountered when uusing EFS as a staging location and the contents of the .gnupg directory being locked.
8
+
- Performance improvements to config loading
9
+
3
10
# v25.35.2
4
11
5
12
- Fix race condition when importing addons too. See previous release notes for more details.
0 commit comments