v3.0.0
What's Changed
- add TooManyRequests constant to support RFC-8516 by @tim-golioth in #341
- Enable additional linters and fix reported issues by @Danielius1922 in #343
- udp: don't return closed connection for server.NewClientConn() by @jkralik in #344
- fix error of panic by @jkralik in #346
- Decode ETag using network byte order (big endian) by @Danielius1922 in #347
- Update README to indicate support for RFC 8516 (TooManyRequests response code) by @tim-golioth in #348
- Update badges on main GitHub page by @Danielius1922 in #351
- Upgrade dependencies by @Danielius1922 in #355
- Rewrite pkg/cache, pkg/sync/map to use generics by @Danielius1922 in #352
- Replace kit/v2/sync map by @Danielius1922 in #356
- merge {tcp,udp}/message to message by @jkralik in #357
- use new sync.Map instead of handler container by @jkralik in #358
- merge responseWriters by @jkralik in #359
- merge observation handler by @jkralik in #360
- use generics in BW transfer by @jkralik in #363
- merge common client commands by @jkralik in #364
- Upgrade dependencies by @Danielius1922 in #373
- message: fix nil dereference by @Danielius1922 in #375
- merge client/server options by @jkralik in #365
- update status to pool.Message by @jkralik in #377
- allow to observe with customized request by @jkralik in #378
- net/dtlslistener: use parallel handshakes for connections by @jkralik in #379
- fix leaking of pool.Message by @jkralik in #381
- nstart - max number of simultaneous outstanding requests to the server by @jkralik in #376
- fix comment on function SetObserve by @AryanGodara in #391
- Set type for messages coming from the message pool by @andersroos in #392
- Upgrade dependencies by @Danielius1922 in #390
- Fix for messages coming from the message pool always ends up as non-confirmable by @andersroos in #366
- fix returned block size in blockwise transfer by @ljupcho in #394
- Update linters and fix reported issues by @Danielius1922 in #393
- allow to limit client parallel requests by @jkralik in #396
- fix go.sum by @jkralik in #397
- merge master to v3 by @jkralik in #398
- Add range function into the cache by @lubo-svk in #399
- refactore sync.Map by @jkralik in #400
- Add expiration time customization to the cache by @lubo-svk in #402
- Upgrade dependencies by @Danielius1922 in #403
- Jkralik/feature/improve go pool by @jkralik in #404
- release v3 by @jkralik in #405
New Contributors
- @tim-golioth made their first contribution in #341
- @AryanGodara made their first contribution in #391
- @andersroos made their first contribution in #392
- @ljupcho made their first contribution in #394
- @lubo-svk made their first contribution in #399
Full Changelog: v2.6.0...v3.0.0