14
0

- Update to 0.5.6:

* DynamoDB table names can now be MixedCased.
  * Add JsonParser to public API.
  * Improve performance for JsonParser when parsing a source with many
    documents.
  * Switch to hatchling.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py-partiql-parser?expand=0&rev=15
This commit is contained in:
2024-10-08 05:19:41 +00:00
committed by Git OBS Bridge
parent c6d30da894
commit 92ee77a720
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 8 05:19:20 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.5.6:
* DynamoDB table names can now be MixedCased.
* Add JsonParser to public API.
* Improve performance for JsonParser when parsing a source with many
documents.
* Switch to hatchling.
-------------------------------------------------------------------
Mon Mar 25 13:24:21 UTC 2024 - Dirk Müller <dmueller@suse.com>