From 3c8f22ac62f871631150b25c7d73edc22c134b03 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 28 Jan 2025 16:33:57 +0000 Subject: [PATCH] Create CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..860bd9a9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog for odc + +## 1.6.0 + +* Add a new LongConstantString codec which permits encoding constant columns where the constant is a string > 8 characters in length. + * This saves 1 byte per row compared the previous way these columns were encoded. + * A python implementation has been added to pyodc at the same time. + * Decoding data using this codec will work straight away. + * Encoding data with the new codec is disabled by default and can be enabled with the environment variable "ODC_ENABLE_WRITING_LONG_STRING_CODEC=1". + * At some point in a future release, encoding will be enabled by default. \ No newline at end of file