Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 6843d82

Browse files
authored
Merge pull request #127 from EventStore/changelog
Add changelog for the version 3 release.
2 parents 48595eb + 23a7189 commit 6843d82

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Diff for: CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
## [Unreleased]
5+
6+
## [3.0.0] - 2022-07-20
7+
8+
### Added
9+
- Document public API and types. [EventStore-Client-Go#120](https://github.com/EventStore/EventStore-Client-Go/pull/120)
10+
11+
### Changed
12+
- Rename `ContentType` enum. [EventStore-Client-Go#120](https://github.com/EventStore/EventStore-Client-Go/pull/120)
13+
- Rename `ErrorCode` enum. [EventStore-Client-Go#120](https://github.com/EventStore/EventStore-Client-Go/pull/120)
14+
- Rename `NodePreference` enum. [EventStore-Client-Go#120](https://github.com/EventStore/EventStore-Client-Go/pull/120)
15+
- Rename `NackAction` enum. [EventStore-Client-Go#120](https://github.com/EventStore/EventStore-Client-Go/pull/120)
16+
- Rename `SubscriptionSettings` struct. [EventStore-Client-Go#120](https://github.com/EventStore/EventStore-Client-Go/pull/120)
17+
- Rename `ConsumerStrategy` enum. [EventStore-Client-Go#120](https://github.com/EventStore/EventStore-Client-Go/pull/120)
18+
19+
### Fixed
20+
- Fix RequiresLeader header when node preference is set to Leader. [EventStore-Client-Go#126](https://github.com/EventStore/EventStore-Client-Go/pull/126)
21+
- Respect `MaxDiscoverAttempts` setting. [EventStore-Client-Go#122](https://github.com/EventStore/EventStore-Client-Go/pull/122)

0 commit comments

Comments
 (0)