-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
43 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
---- | ||
|
||
### v0.2.0+v0.25.0 | ||
|
||
- **BREAKING**: Update to uniffi 0.25.0. | ||
- **IMPORTANT**: Fix race condition in callback handling code [#28](https://github.com/NordSecurity/uniffi-bindgen-go/issues/28). | ||
- Implement `--library-mode` command line option. | ||
- Implement async functions and methods. | ||
- implement foreign executor. | ||
- Implement `bytes` type. | ||
- Implement external types. | ||
- Fix incorrect code emitted for all caps acronyms in objects and callbacks, e.g. `HTTPClient`. | ||
|
||
---- | ||
|
||
### v0.1.5+v0.23.0 | ||
|
||
- **IMPORTANT**: Fix memory leak for all strings being read from FFI. | ||
|
||
### v0.1.4+v0.23.0 | ||
|
||
- Fix typo in generated Go bindings for associated enum case with no fields. | ||
|
||
### v0.1.3+v0.23.0 | ||
|
||
- Closing generated binding file before formatting. | ||
- Removed unnecessery import from EnumTemplate.go. | ||
|
||
### v0.1.2+v0.23.0 | ||
|
||
- Fix 0.1 release to be compatible with mozilla/uniffi-rs 0.23.0 after docstring changes. | ||
|
||
### v0.1.1+v0.23.0 | ||
|
||
- Changed callback return type to `C.uint64_t`. | ||
|
||
### v0.1.0+v0.23.0 | ||
|
||
- Updated version tag pattern. | ||
|
||
---- |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters