This commit is contained in:
tidwall 2024-06-03 20:23:12 -07:00
parent c6290ddb63
commit 32462231c0
1 changed files with 14 additions and 0 deletions

View File

@ -2,6 +2,20 @@
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.33.0] = 2024-05-03
## Added
- #726: Add EXIST and FEXIST command (@Kilowhisky)
## Fixed
- #738: Add support for CORS in http requests (@Kilowhisky)
- #741: FSET transforms field names to lowercase (@unendingblue, @iwpnd)
- #736: Fix field floating point parsing misrepresentation (@Kilowhisky)
## Updated
- #733: golang.org/x/net
- #724: google.golang.org/protobuf
## [1.32.2] = 2024-02-14 ## [1.32.2] = 2024-02-14
### Fixed ### Fixed
- #714: Fix crash when mixing z-coord dimensionality in a geometry (@prathik) - #714: Fix crash when mixing z-coord dimensionality in a geometry (@prathik)