Releases: aliyun/aliyun-mns-go-sdk
Releases · aliyun/aliyun-mns-go-sdk
V2.0.0
This is a major version upgrade that introduces breaking changes. Please read carefully before upgrading.
- Region Configuration is Now Required: The region field in AliMNSClientConfig is now mandatory. Client initialization will fail with error "ali-mns: region is empty" if not provided.
- Region-Dependent Subscription Endpoints: Subscription endpoints now use the explicitly configured region instead of attempting to parse from endpoint URL.
Other Changes
- Fixed issue#28: Remove panic from client initialization, return errors instead.
- Remove deprecated client creation methods.
- Simplify client configuration with AliMNSClientConfig.
- Update examples to use unified AliMNSClientConfig.
- Fixed some spelling errors.
v1.0.11
v1.0.10a
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
- Update the minimum Go version declared in go.mod to fix build failures.
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- v1.0.4 by @Kayne666 in #20
- docs(readme): Update the version number in the README by @Houlong66 in #22
New Contributors
- @Kayne666 made their first contribution in #20
- @Houlong66 made their first contribution in #22
Full Changelog: v1.0.3...v1.0.4
v1.0.3
- Add transport override in mns
What's Changed
- Add transport override in mns by @sandeepvinayak in #18
- Fix the module name in go.mod by @sandeepvinayak in #19
New Contributors
- @sandeepvinayak made their first contribution in #18
Full Changelog: 1.0.2...v1.0.3