|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [2.0.2] - 2026-05-06 |
| 6 | +### Added |
| 7 | +- Dict context support for Conditional Data Access. |
| 8 | + |
| 9 | +## [2.0.1] - 2026-04-29 |
| 10 | +### Fixed |
| 11 | +- Fern client re-initialisation on token refresh. |
| 12 | + |
| 13 | +## [2.0.0] - 2025-11-11 |
| 14 | +### Added |
| 15 | +- Multi-vault and multi-connection support via fluent builder (`Skyflow.builder()`). |
| 16 | +- New typed request and response classes for all vault operations (`InsertRequest`, `GetRequest`, `UpdateRequest`, `DeleteRequest`, `QueryRequest`, `DetokenizeRequest`, `TokenizeRequest`, `FileUploadRequest`). |
| 17 | +- Detect API: `deidentify_text`, `reidentify_text`, `deidentify_file`, and `get_detect_run`. |
| 18 | +- File upload support via `vault().upload_file()`. |
| 19 | +- Flexible credential types: API key, static bearer token, service account credentials string, credentials file path, and `SKYFLOW_CREDENTIALS` environment variable. |
| 20 | +- `SkyflowError` now includes `http_code`, `grpc_code`, `http_status`, `request_id`, and `details` fields. |
| 21 | +- `set_log_level()` on the client for runtime log level changes. |
| 22 | + |
| 23 | +### Changed |
| 24 | +- Complete rewrite of the SDK public API. See [docs/migrate_to_v2.md](docs/migrate_to_v2.md) for migration instructions. |
| 25 | + |
| 26 | +## [1.16.0] - 2025-09-23 |
| 27 | +### Fixed |
| 28 | +- Remote disconnect error in vault operations. |
| 29 | + |
| 30 | +## [1.15.8] - 2025-09-30 |
| 31 | +### Fixed |
| 32 | +- Retry logic when `continue_on_error` is set to `true` in insert. |
| 33 | + |
| 34 | +## [1.15.7] - 2025-09-23 |
| 35 | +### Fixed |
| 36 | +- Retry handling for errors in insert method. |
| 37 | + |
| 38 | +## [1.15.6] - 2025-09-22 |
| 39 | +### Fixed |
| 40 | +- Added retry logic for transient errors. |
| 41 | + |
| 42 | +## [1.15.5] - 2025-09-18 |
| 43 | +### Fixed |
| 44 | +- Remote disconnected errors in vault operations. |
| 45 | + |
| 46 | +## [1.15.4] - 2025-09-12 |
| 47 | +### Fixed |
| 48 | +- Retry on exception during vault requests. |
| 49 | + |
| 50 | +## [1.15.3] - 2025-09-12 |
| 51 | +### Fixed |
| 52 | +- Retry on exception during vault requests. |
| 53 | + |
| 54 | +## [1.15.2] - 2025-09-12 |
| 55 | +### Fixed |
| 56 | +- Retry on connection error in insert method. |
| 57 | + |
5 | 58 | ## [1.15.1] - 2023-12-07 |
6 | 59 | ## Fixed |
7 | 60 | - Not receiving tokens when calling Get with options tokens as true. |
|
0 commit comments