Skip to content

Commit

Permalink
Updated to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
diericd committed Aug 2, 2024
1 parent a7e9781 commit 4b23edd
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## v2.0.3-beta
## v2.0.3

- Added automatic publishing to Factry Portal
### Changes

- Fixed filtering of event types in the event query when using a regular expression for the assets
- Fixed event queries when filtering on multiple statuses

## v2.0.2

Expand All @@ -15,12 +18,16 @@

## v2.0.1

### Changes

- Pass datasource request context to the historian client
- Automatic instance management for data source
- Removed pprof code

## v2.0.0

### Changes

- Enabled annotations for events
- Added dashboard variable query editors for: measurement, databases, assets, asset properties, event types and event type properties
- Improved support for dashboard variables
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
major = 2
minor = 0
patch = 2
prerelease = -beta
patch = 3
prerelease =
project_name=factry-historian-datasource

COMMIT=$(shell git rev-parse --short HEAD)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "factry-historian-datasource",
"version": "2.0.3-beta",
"version": "2.0.3",
"description": "A datasource plugin for Factry Historian",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 4b23edd

Please sign in to comment.