Skip to content

Commit

Permalink
feat: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andy blair committed Oct 18, 2024
1 parent c94c1ab commit ae0c636
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 18/10/2024

*Breaking changes included*

- Nyx SDK is now two packages `nyx-client` for simple API interactions, and `nyx-extras` for AI specific tooling

- `Data` now takes more arguments, matching what is in the UI

- `Data` no longer has method `download()` use `as_string()` or `as_bytes()` if it's a binary

- All configs; `BaseNyxConfig` and `NyxConfigExtended` (Replaces `OpenAiNyxConfig` and `CohereNyxConfig`) are now
constructed from params by default, old functionality is exposed via `BaseNyxConfig.from_env()`

- `NyxClient` most methods to retrieve data have been replaced in preference of `get_data()` that supports multiple
combined filters. `get_categories()` and other property lists have been replaced with `categories()` (etc)

- `NyxClient` now supports `subscribe()`, `unsubscribe()` and `update_data()`

## [0.1.3] - 27/09/2024

- fix: EI-3331 - Bump iotics-identity to 2.1.2 for security [#15](https://github.com/Iotic-Labs/nyx-sdk/pull/15)
Expand Down

0 comments on commit ae0c636

Please sign in to comment.