Skip to content

Commit

Permalink
update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Aug 14, 2023
1 parent a992ba7 commit 41d44f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

* Update the schema to v1.05.02-2022-11-01 and regenerate code (#589)
* fix: handle extra padding if key length > 2048 (#648)
* Add B&R Automation PC 3100 to the list of equipments (#663)
* uasc: return an error for invalid uri/mode combinations with None (#664)
* go1.21 and python3.11 (for testing)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ See below for a list of [Tested Platforms](#tested-platforms) and [Supported Fea
[![License](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/gopcua/opcua/blob/master/LICENSE)
[![Version](https://img.shields.io/github/tag/gopcua/opcua.svg?color=blue&label=version)](https://github.com/gopcua/opcua/releases)

## NOTE: v0.5.0 BREAKING CHANGE: All cleint methods now require a context
## v0.5.0 BREAKING CHANGE: All client methods now require a context

With the release of `v0.5.0` on 14 Aug 2023 we now require all client
methods to have a context.
methods to have a context.

In `v0.3.0` on 21 Jan 2022 release we added `WithContext` variants for all methods
to avoid a breaking change. All existing methods without a context had a disclaimer
Expand Down

0 comments on commit 41d44f4

Please sign in to comment.