Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

60 lines (39 loc) · 1.18 KB

Changelog

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.

[Unreleased]

Added

Changed

Fixed

Deprecated

Removed

Security

[0.2.0] - 2022-04-13

Changed

  • Package renamed to ipso

[0.1.0] - 2022-04-13

Added

  • 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

Changed

  • Fixed golangci-linter complaints (v1.38.0)
  • Moved registry to top-level directory

[0.0.3] - 2021-03-07

Added

  • Empty Object's ObjectVersion and LwM2MVersion fields initialization with default value "1.0"

Changed

  • Replaced references in structures with objects

Fixed

  • Incorrect registry initialization from YAML file
  • Slow object searching by ID

[0.0.2] - 2021-01-15

Added

  • Added this changelog

Changed

  • Replaced OpenAPI client with native "net/http" calls

[0.0.1] - 2020-06-11

Initial release