All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Package renamed to
ipso
- Find object by ID and version
- Find resource by object ID, object version and resource ID
- Find resource by OIR string ("3303/0/5700")
- Registry interface definition
- YAML registries exported from OMA API
- Fixed golangci-linter complaints (v1.38.0)
- Moved registry to top-level directory
- Empty Object's
ObjectVersion
andLwM2MVersion
fields initialization with default value "1.0"
- Replaced references in structures with objects
- Incorrect registry initialization from YAML file
- Slow object searching by ID
- Added this changelog
- Replaced OpenAPI client with native "net/http" calls
Initial release