# On Prem Protocol Changelog ## [0.2.3] - 2024-10-29 - [#20](https://gitlab.com/on-prem-net/protocol/-/issues/20) Retire management of fan profiles (cont'd) ## [0.2.2] - 2024-10-29 ### Changed - [#20](https://gitlab.com/on-prem-net/protocol/-/issues/20) Retire management of fan profiles - [#19](https://gitlab.com/on-prem-net/protocol/-/issues/19) Upgrade from Rust 1.79.0 → 1.82.0 ## [0.2.1] - 2024-09-09 ### Added - [#18](https://gitlab.com/on-prem-net/protocol/-/issues/18) Support a dashboard url field in service instance records ### Fixed - [#17](https://gitlab.com/on-prem-net/protocol/-/issues/17) Tags are not Go module compatible ## [0.2.0] - 2024-09-04 ### Fixed - [#15](https://gitlab.com/on-prem-net/protocol/-/issues/15) Tunnel http requests require a body ## [0.1.9] - 2024-09-03 ### Fixed - [#14](https://gitlab.com/on-prem-net/protocol/-/issues/14) Tunnel network requests require a device id ## [0.1.8] - 2024-09-03 ### Added - [#13](https://gitlab.com/on-prem-net/protocol/-/issues/13) Support making http requests over device tunnel ## [0.1.7] - 2024-09-02 ### Changed - [#12](https://gitlab.com/on-prem-net/protocol/-/issues/12) Device reconfig service instances require an id ### Fixed - [#11](https://gitlab.com/on-prem-net/protocol/-/issues/11) Device config endpoint is missing a supported protocol schemes field ## [0.1.6] - 2024-09-02 ### Fixed - [#10](https://gitlab.com/on-prem-net/protocol/-/issues/10) The device protocol should not reference the user protocol ## [0.1.5] - 2024-08-31 ### Added - [#9](https://gitlab.com/on-prem-net/protocol/-/issues/9) Track relationships between and endpoint and devices and service instances ## [0.1.4] - 2024-08-29 ### Added - [#8](https://gitlab.com/on-prem-net/protocol/-/issues/8) Allow device reconfig lambdas to define endpoints - [#7](https://gitlab.com/on-prem-net/protocol/-/issues/7) Enumerate endpoints ## [0.1.3] - 2024-08-18 ### Fixed - [#6](https://gitlab.com/on-prem-net/protocol/-/issues/6) Device protocol is not exported ## [0.1.2] - 2024-08-18 ### Added - [#5](https://gitlab.com/on-prem-net/protocol/-/issues/5) Provide proto messages to support device reconfig lambdas ## [0.1.1] - 2024-08-17 ### Fixed - [#4](https://gitlab.com/on-prem-net/protocol/-/issues/4) Proto enums don't readably stringify; remove prefixes and instead namespace each enum - [#3](https://gitlab.com/on-prem-net/protocol/-/issues/3) Protos reference wrong Go package - [#1](https://gitlab.com/on-prem-net/protocol/-/issues/1) Go module doesn't load from subdirectory ## [0.1.0] - 2024-08-02 ### Added - Initial release