Arcticdb

Latest version: v5.3.1

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

5.2.2

Fixes

Read and write snapshot metadata from the correct place PR 2161 .

Snapshot metadata is an optional structure of extra information saved with a snapshot, created when you call,


from arcticdb import Library
lib: Library

lib.snapshot("snap", metadata=["example", "metadata"])

lib.list_snapshots()
{"snap": ["example", "metadata"]}


If you never call `snapshot` with `metadata=` then you are not affected by this issue. Metadata associated with a symbol is not affected by this issue.

Between v4.5.0 and v5.2.1 we mistakenly changed to save snapshot metadata in a new data format. This affects the snapshot metadata in the `dict` values returned by `list_snapshots`. Those versions incorrectly return `None` for snapshot metadata written by earlier versions, even if that metadata does exist.

This fix has us now check both data formats for snapshot metadata, so ArcticDB v5.2.2 onwards is compatible with snapshot metadata written by any version. We also revert to writing the metadata in its old location from v5.2.2 onwards. This means that ArcticDB clients between v4.5.0 and v5.2.1 will need to upgrade to be able to read snapshot metadata written by clients outside of those versions (otherwise they will see the metadata as `None`). ArcticDB clients older than v4.5.0 need to upgrade to v5.2.2+ to be able to read snapshot metadata written by versions between v4.5.0 and v5.2.1.

---

**Full Changelog**: https://github.com/man-group/ArcticDB/compare/v5.2.1...v5.2.2

5.2.1

🐛 Fixes

- Use Pandas unpickling to handle Pandas 1 vs Pandas 2 API differences better . This only affects reading Pandas structures saved as `metadata` with an ArcticDB symbol. (2151)
- Don't warn about missing keys when reading symbol ref as it is common to try to read a non-existent symbol (2153).
- This fixes a minor regression in v5.2.0 that caused noisy logging output like `Failed to find segment for key 'r:aaa' : No response body.`.

**Full Changelog**: https://github.com/man-group/ArcticDB/compare/v5.2.0...v5.2.1

---
> The wheels are on [PyPI](https://pypi.org/project/arcticdb/).

5.2.0

🚀 Features

- Introduce the block version ref key (1969)
- Add AWS STS authentication support (1884)
- Python 3.12 and Python 3.13 support (1945) (2016)
- Numpy 2 support (2050)
- Reliable storage lock (2014)
- Storage mover (2039)
- Add S3 STS proxy support (2072)
- Implement origin for pandas resampling (1962)
- Refactor to storages to support async reads (2012)
- Chunk up incomplete segments by rows when they are staged (2117)
- `read_batch` performance improvements - now up to 10 times faster

🐛 Fixes

- Fix decoding of fields with >2^16 blocks (2089)
- Handle very old normalization metadata RangeIndexes (2118)
- Finalize staged data memory use improvements (2013)
- Fix handling of empty DF in pandas 1.0 (2010)
- Fix string reference count leak (1998)
- Fix version release not attaching symbols for debug (2018)
- Delete staged segments after writing vref key (2037)
- Improve the performance of update by parallelising reads. Implement internal async update method. (2087)
- Performance regression when requesting a timestamp before the earliest version (2076)
- Using compact incomplete on a library with dynamic schema with a named index can result in an unreadable index (2116)
- Notimplemented handling (2108)
- Fix race between list_versions and delete_snapshot on NFS (2092)

**Full Changelog**: https://github.com/man-group/ArcticDB/compare/v5.1.3...v5.2.0

---
> The wheels are on [PyPI](https://pypi.org/project/arcticdb/). Below are for debugging:

5.1.3

What's Changed
* Bugfix 4897570890562900007: Fix decoding of fields with >2^16 blocks by alexowens90 in https://github.com/man-group/ArcticDB/pull/2088
* Handle very old normalization metadata RangeIndexes (2118) by alexowens90 in https://github.com/man-group/ArcticDB/pull/2120
* 5.1.x Add exception when staging with different namd indexes by G-D-Petrov in https://github.com/man-group/ArcticDB/pull/2126
* Update the version for upload and download artifact GH actions to v4 by vasil-pashov in https://github.com/man-group/ArcticDB/pull/2131
* Storage mover port (2039) by vasil-pashov in https://github.com/man-group/ArcticDB/pull/2127


**Full Changelog**: https://github.com/man-group/ArcticDB/compare/v5.1.2...v5.1.3

> The wheels are on [PyPI](https://pypi.org/project/arcticdb/). Below are for debugging:

5.1.2

What's Changed
* Finalize staged data memory use improvements in (https://github.com/man-group/ArcticDB/pull/2013) 755bbda11c8b8bab85774552c7584cb49b2179bf

**Full Changelog**: https://github.com/man-group/ArcticDB/compare/v5.1.1...v5.1.2

---
> The wheels are on [PyPI](https://pypi.org/project/arcticdb/). Below are for debugging:

5.1.1

🐛 Fixes

* Fix string reference count leak by willdealtry in https://github.com/man-group/ArcticDB/pull/1998
* Fix issues with backwards compatibility from 5.1 by willdealtry in https://github.com/man-group/ArcticDB/pull/2017
* Claim more disk space for wheel building by phoebusm in https://github.com/man-group/ArcticDB/pull/1994
* Make static analysis a cron job by vasil-pashov in https://github.com/man-group/ArcticDB/pull/2003
* more tests on read_batch() by grusev in https://github.com/man-group/ArcticDB/pull/1987
* fix handling of empty DF in pandas 1.0 by grusev in https://github.com/man-group/ArcticDB/pull/2010
* Fix static analysis cron workflow by vasil-pashov in https://github.com/man-group/ArcticDB/pull/2009
* Update BSL table with 5.1 by IvoDD in https://github.com/man-group/ArcticDB/pull/2007
* Test new manylinux by G-D-Petrov in https://github.com/man-group/ArcticDB/pull/2025
* Fix nfs test setup fail by phoebusm in https://github.com/man-group/ArcticDB/pull/2022
* Introduce the block version ref key by poodlewars in https://github.com/man-group/ArcticDB/pull/1969

**Full Changelog**: https://github.com/man-group/ArcticDB/compare/v5.1.0...v5.1.1
---
> The wheels are on [PyPI](https://pypi.org/project/arcticdb/). Below are for debugging:

Page 2 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.