Skip to content

Commit

Permalink
Changing the way to setup the default value in TimeSeriesParameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Feb 26, 2020
1 parent 090d700 commit c9e4f6e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ History
=======


0.2.5 (2020-02)
------------------

* Changing the default option in `TimeSeriesParameter`


0.2.4 (2020-02)
------------------

* Added `TimeSeriesRecord` schemas


0.2.3 (2020-02)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>io.keyko.monitoring</groupId>
<artifactId>schemas</artifactId>
<packaging>jar</packaging>
<version>0.2.4</version>
<version>0.2.5</version>
<name>Web3 Monitoring Schemas</name>
<url>https://github.com/keyko-io/web3-monitoring-schemas</url>

Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/avro/TimeSeriesParameter.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
},
{
"name": "label",
"type": ["null","string"]
"type": "string",
"default": ""

}
]
}

0 comments on commit c9e4f6e

Please sign in to comment.