Skip to content

Releases: insighio/senml

v1.2.0

02 Nov 11:54
Compare
Choose a tag to compare

This is a compatible version with mainflux v0.12.1. The change is that we replace invalid characters with underscore so that they are written in the database.

Although the version is v1.2.0, the previous versions (e.g., v1.1.7) were taken from a later point, so when we support mainflux v0.13.0, we will need to create version v1.3.0.

v1.1.7

01 Nov 20:16
8ca013b
Compare
Choose a tag to compare
Update senml.go

v1.1.6

01 Nov 20:14
283a528
Compare
Choose a tag to compare
Update senml.go

v1.1.5

01 Nov 19:52
37e29fe
Compare
Choose a tag to compare
Update senml.go

v1.1.4

01 Nov 19:27
345a704
Compare
Choose a tag to compare
Update senml.go

v1.1.3

01 Nov 19:15
7fa6652
Compare
Choose a tag to compare

Fixes

  • fixed character replacement in names

v1.1.2

01 Nov 18:27
91de157
Compare
Choose a tag to compare

Fixes

  • fixed runtime error

v1.1.1

01 Nov 18:19
1914a44
Compare
Choose a tag to compare

Fixes

  • fixed module's link

v1.1.0

01 Nov 18:15
bbeeb98
Compare
Choose a tag to compare

Enhancement

  • instead of discarding names with invalid characters, replace all invalid characters with default character '_'.