3333- style: fix formatting of mocked classes
3434- chore(form): address linting issue
3535
36- # 0.23.1
36+ ## 0.23.1
3737
3838- chore: update dependencies
3939
40- # 0.23.0
40+ ## 0.23.0
4141
4242- fix: improved multicast discovery with CoRE Link-Format
4343
44- # 0.22.1
44+ ## 0.22.1
4545
4646- fix(definitions): added missing ` writeallproperties ` operation
4747
48- # 0.22.0
48+ ## 0.22.0
4949
5050Applied an extensive rework to the ` DataSchema ` class, added missing TD fields,
5151and improved the support for additional fields and ` @context ` extensions via
5252JSON-LD.
5353
54- # 0.21.1
54+ ## 0.21.1
5555
5656- fix: correctly parse String @context entries
5757
58- # 0.21.0
58+ ## 0.21.0
5959
60- ## Fixes
60+ ### Fixes
6161
6262- fix(coap_client): correctly set URI path for discovery
6363- fix(coap_client): set accept to application/link-format for CoRE Link Format discovery
6464- fix(binding-coap): improve reponse error handling
6565
66- ## New or Updated Features
66+ ### New or Updated Features
6767
6868- feat: adjust CoAP binding to new library API
6969- feat: add Codec for CoRE Link Format
@@ -75,45 +75,45 @@ JSON-LD.
7575- feat: add support for CoRE RD discovery
7676- feat: add missing data schema fields
7777
78- ## Miscellaneous
78+ ### Miscellaneous
7979
8080Various refactorings, updated README file.
8181
82- # 0.20.1
82+ ## 0.20.1
8383
8484- Refactored Direct CoAP Discovery internally and updated example
8585- Fixed a bug that occurred when an affordance output contains zero bytes
8686- Fixed a bug that prevented the correct setting of a CoAP Discovery URL
8787- Set the correct Content-Format for CoAP Discovery with CoRE Link Format
8888
89- # 0.20.0
89+ ## 0.20.0
9090
9191- feat: add data model for AutoSecurityScheme
9292- refactor: refactor HttpRequestMethod as enhanced enum
9393- feat(binding-http): rework security implementation, add security bootstrapping
9494 for discovery
9595- feat: add example for basic and auto security
9696
97- # 0.19.2
97+ ## 0.19.2
9898
9999- fix: temporarily set ` coap ` version to 4.1.0
100100
101- # 0.19.1
101+ ## 0.19.1
102102
103103- fix: prevent CoRE Web Links from being fetched twice
104104
105- # 0.19.0
105+ ## 0.19.0
106106
107107- Breaking: Set direct as default Discovery method
108108- Made linting config even stricter
109109
110- # 0.18.0
110+ ## 0.18.0
111111
112112- Added support for parsing of a number of missing TD fields
113113- Replaced a number of Errors with Exceptions to make library more stable
114114- Made various refactorings, applying a stricter linting config
115115
116- # 0.17.0
116+ ## 0.17.0
117117
118118- Added JSON Schema Validation for TDs
119119- Added support for basic CoRE Resource Discovery
0 commit comments