From 32462231c00ce294689cbef5771abee7221692d7 Mon Sep 17 00:00:00 2001 From: tidwall Date: Mon, 3 Jun 2024 20:23:12 -0700 Subject: [PATCH] 1.33.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0638be4a..cc78da94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. 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 ### Fixed - #714: Fix crash when mixing z-coord dimensionality in a geometry (@prathik)