|
1 | 1 | # Change Log
|
2 | 2 |
|
3 | 3 | ## [master](https://github.com/arangodb/go-driver/tree/master) (N/A)
|
| 4 | + |
| 5 | +## [1.6.1](https://github.com/arangodb/go-driver/tree/v1.6.1) (2023-10-31) |
4 | 6 | - Add support for getting license
|
5 | 7 | - Add support for Raw Authentication in VST (support external jwt token as raw element)
|
6 | 8 | - Fix race when using WithRawResponse/WithResponse context with agencyConnection
|
7 |
| -- [V1] Async Client |
8 |
| -- [V2] Add optional status code checks. Consistent return of response |
9 |
| -- [V2] JavaScript Transactions API |
10 |
| -- [V2] Async Client |
11 |
| -- [V2] Fix connection.NewRequestWithEndpoint() |
12 |
| -- [V2] Add support for MaglevHashEndpoints |
13 |
| -- [V2] Add basic support for Views and Analyzers |
14 |
| -- [V2] Add ServerMode/SetServerMode/ServerID |
15 |
| -- [V2] Add collection Truncate, Count, Properties, SetProperties |
16 |
| -- [V2] Add and re-organize missing collection properties fields |
17 |
| -- [V1] Expose getters for Context values |
18 |
| -- [V2] Rename CreateCollectionOptions to CreateCollectionProperties |
19 |
| -- [V2] Add support for missing query options (create documents, remove collection, remove view) |
20 |
| -- [V2] Adjust CursorStats and JournalSize types |
21 |
| -- [V1] Deprecate `AllowInconsistent` in HotBackup |
22 |
| -- [V1] Revert ReturnOld for edge/vertex operations |
23 |
| -- [V2] Improve returning old doc handling in CollectionDocumentDelete |
24 |
| -- [V1] Agency: Deprecate TTL and observe features |
25 |
| -- [V2] Agency: Supply ClientID with agency transactions |
| 9 | +- Async Client |
| 10 | +- Expose getters for Context values |
| 11 | +- Deprecate `AllowInconsistent` in HotBackup |
| 12 | +- Revert ReturnOld for edge/vertex operations |
| 13 | +- Agency: Deprecate TTL and observe features |
26 | 14 | - Bugfix: Force analyzer removal
|
27 | 15 | - Move examples to separate package
|
28 | 16 | - Deprecate ClientConfig.SynchronizeEndpointsInterval due to bug in implementation
|
29 |
| -- [V1] Add Rename function for collections (single server only). |
30 |
| -- [V1] Fix using VST for database with non-ANSI characters |
| 17 | +- Add Rename function for collections (single server only). |
| 18 | +- Fix using VST for database with non-ANSI characters |
31 | 19 | - Automate release process
|
32 | 20 |
|
33 | 21 | ## [1.6.0](https://github.com/arangodb/go-driver/tree/v1.6.0) (2023-05-30)
|
|
0 commit comments