Skip to content

Commit 5e7323f

Browse files
authored
Changelog update (#567)
1 parent 2efdc3e commit 5e7323f

File tree

2 files changed

+29
-21
lines changed

2 files changed

+29
-21
lines changed

CHANGELOG.md

+9-21
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,21 @@
11
# Change Log
22

33
## [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)
46
- Add support for getting license
57
- Add support for Raw Authentication in VST (support external jwt token as raw element)
68
- 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
2614
- Bugfix: Force analyzer removal
2715
- Move examples to separate package
2816
- 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
3119
- Automate release process
3220

3321
## [1.6.0](https://github.com/arangodb/go-driver/tree/v1.6.0) (2023-05-30)

v2/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Change Log
2+
3+
## [master](https://github.com/arangodb/go-driver/tree/master) (N/A)
4+
5+
## [2.0.3](https://github.com/arangodb/go-driver/tree/v2.0.3) (2023-10-31)
6+
- Add optional status code checks. Consistent return of response
7+
- JavaScript Transactions API
8+
- Async Client
9+
- Fix connection.NewRequestWithEndpoint()
10+
- Add support for MaglevHashEndpoints
11+
- Add basic support for Views and Analyzers
12+
- Add ServerMode/SetServerMode/ServerID
13+
- Add collection Truncate, Count, Properties, SetProperties
14+
- Add and re-organize missing collection properties fields
15+
- Rename CreateCollectionOptions to CreateCollectionProperties
16+
- Add support for missing query options (create documents, remove collection, remove view)
17+
- Adjust CursorStats and JournalSize types
18+
- Improve returning old doc handling in CollectionDocumentDelete
19+
- Agency: Supply ClientID with agency transactions
20+
- Automate release process

0 commit comments

Comments
 (0)