Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ceesem committed Nov 4, 2024
1 parent ac241fe commit 0843e07
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,40 @@
title: Changelog
---

## 6.5.0 (November 15, 2024)

- Added endpoints for bulk skeleton retrieval and querying whether a skeleton exists or not.

## 6.4.1

- Fix networkx deprecation warning.

## 6.4.0 (October 31, 2024)

- Added a CAVEclientMock function to ease the use of fully mocked CAVEclients in testing.
- Fix a bug about use of global server.
- Fix writing of local server secret to be more secure.

## 6.3.0

- Add a convenience function to get a complete L2 feature dataframe.

## 6.2.0

- Fix things so that auth will not error if the secrets directory is read-only.

## 6.1.2

- Fix query filter bug in tables interface.

## 6.1.1

- Fix warnings.

## 6.1.0

- Added support for inequality filters for numerical columns in materialization tables interface.

## 6.0.0 (October 14, 2024)

- Refactored CAVEclient internals away from a factory syntax. Most users should not notice a difference, but code that relied on specific subclient type logic may be affected.
Expand Down

0 comments on commit 0843e07

Please sign in to comment.