This commit is contained in:
tidwall 2024-12-09 18:18:29 -07:00
parent 2b0950812d
commit 5be471ae13
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [1.34.0] = 2024-12-09
### Added
- 459b3e6: Added fifo support for SQS webhooks #759 (@crankycookie)
### Updated
- bed590b: Upgrade to Alpine 3.20 #757 (@tduong2049)
- 2b09508: Upgrade to Go 1.23
## [1.33.4] = 2024-11-05 ## [1.33.4] = 2024-11-05
### Fixed ### Fixed
- aa1caa6: Use zero for undefined fields in where expressions #754 (@unendingblue) - aa1caa6: Use zero for undefined fields in where expressions #754 (@unendingblue)