Version 2.12.2 Bug Fix Release
This fixes a problem with certain emoji sequences.
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.1...v2.12.2
Version 2.12.1 Bug Fix Release
There was some fallout from all the recent design changes. This should fix the main known issues. It also fixes a long standing issue in the views package.
- fix(views): app PostFunc races with screen initialization (fixes #276) by @gdamore in https://github.com/gdamore/tcell/pull/851
- Fix KeyCtrlRightSq name from 'Ctrl-[' to 'Ctrl-]' by @noborus in https://github.com/gdamore/tcell/pull/853
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/gdamore/tcell/pull/850
- fix: Pasting 32 or more runes is broken (fixes #852) by @gdamore in https://github.com/gdamore/tcell/pull/854
Full Changelog: https://github.com/gdamore/tcell/compare/v2.12.0...v2.12.1
9.17.1
- add wait to keyless commands list (#3615) by @marcoferrer
- fix(time): remove cached time optimization (#3611) by @ndyakov
- chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
- chore(deps): bump actions/checkout from 5 to 6 (#3610)
- chore(script): fix help call in tag.sh (#3606) by @ndyakov
We'd like to thank all the contributors who worked on this release!
@marcoferrer and @ndyakov
9.17.1
- add wait to keyless commands list (#3615) by @marcoferrer
- fix(time): remove cached time optimization (#3611) by @ndyakov
- chore(deps): bump golangci/golangci-lint-action from 9.0.0 to 9.1.0 (#3609)
- chore(deps): bump actions/checkout from 5 to 6 (#3610)
- chore(script): fix help call in tag.sh (#3606) by @ndyakov
We'd like to thank all the contributors who worked on this release!
@marcoferrer and @ndyakov
Version 2.12 Feature Release
Building on the work of v2.11, this includes the win32 input mode design, and new string accessors for cells. This should be a big quality of life improvement for folks working with simple tcell apps.
- Win32 refactor/redesign by @gdamore in https://github.com/gdamore/tcell/pull/843
- feat: Add improved string accessors for cell content. by @gdamore in https://github.com/gdamore/tcell/pull/846
- Gdamore/views put by @gdamore in https://github.com/gdamore/tcell/pull/848
Full Changelog: https://github.com/gdamore/tcell/compare/v2.11.0...v2.12.0
v3.0.0-beta.4
https://resty.dev/docs/upgrading-to-v3/
https://resty.dev/docs/new-features-and-enhancements/
- fix: potential wrong total time in trace info when the request is invalid (#1016) by @git-hulk in https://github.com/go-resty/resty/pull/1017
- fix: Fixed functions of decodeJson do not return. by @Khachi-at in https://github.com/go-resty/resty/pull/1002
- fix(circuit breaker): protect access to lastFailureAt by atomic operations to avoid race conditions by @liuzengh in https://github.com/go-resty/resty/pull/1019
- fix: Cookie Clone Issue in Client.Clone() by @jackcipher in https://github.com/go-resty/resty/pull/1036
- fix: be able to invoke Close in SSE callback by @invzhi in https://github.com/go-resty/resty/pull/1048
- fix: negative trace substraction when using SetTimeout by @nicolasbeauvais in https://github.com/go-resty/resty/pull/1038
- fix: add missing flow and check for do not parse response #1051 by @jeevatkm in https://github.com/go-resty/resty/pull/1068
- feat: Add close hooks by @pior in https://github.com/go-resty/resty/pull/1054
- feat(enhancement): Use crypto/sha256 instead of crypto/md5 for FIPS compliance. by @BillBuilt in https://github.com/go-resty/resty/pull/1056
- feat(enhancement): add MaxConnsPerHost setting into TransportSettings #1058 by @jeevatkm in https://github.com/go-resty/resty/pull/1069
- docs: correct code grammar in comments by @invzhi in https://github.com/go-resty/resty/pull/1049
- ci: update go.mod package and build config by @jeevatkm in https://github.com/go-resty/resty/pull/1067
- release: version bump and readme update by @jeevatkm in https://github.com/go-resty/resty/pull/1070
- test: Add HTTPS request with trace test for coverage by @nicolasbeauvais in https://github.com/go-resty/resty/pull/1064
- chore: fix typos in tests by @alexandear in https://github.com/go-resty/resty/pull/1063
- @Khachi-at made their first contribution in https://github.com/go-resty/resty/pull/1002
- @jackcipher made their first contribution in https://github.com/go-resty/resty/pull/1036
- @invzhi made their first contribution in https://github.com/go-resty/resty/pull/1049
- @pior made their first contribution in https://github.com/go-resty/resty/pull/1054
- @BillBuilt made their first contribution in https://github.com/go-resty/resty/pull/1056
- @alexandear made their first contribution in https://github.com/go-resty/resty/pull/1063
Full Changelog: https://github.com/go-resty/resty/compare/v3.0.0-beta.3...v3.0.0-beta.4
v2.17.0
- Fix off-by-one error in key/value resolution by @mbsulliv in https://github.com/go-resty/resty/pull/975
- Fix/missing content length header on empty post req by @Libero-Dev in https://github.com/go-resty/resty/pull/1003
- backport: potential wrong total time in trace info from PR #1017 by @git-hulk in https://github.com/go-resty/resty/pull/1018
- backport: negative trace substraction when using SetTimeout by @nicolasbeauvais in https://github.com/go-resty/resty/pull/1065
- For v2.17.0 release by @jeevatkm in https://github.com/go-resty/resty/pull/1066
- @mbsulliv made their first contribution in https://github.com/go-resty/resty/pull/975
- @Libero-Dev made their first contribution in https://github.com/go-resty/resty/pull/1003
Full Changelog: https://github.com/go-resty/resty/compare/v2.16.5...v2.17.0