Skip to content

Releases: vapor-ware/synse-server

v3.4.2

21 Oct 15:11
Compare
Choose a tag to compare

833d2a0 bump: version 3.4.2
d63922c bugfix: support bytes from internal readings [VIO-1238]
f34cb57 docs: add line break between logos
5a1b362 docs: add data-driven logo to readme

v3.4.1

30 Sep 15:59
Compare
Choose a tag to compare

3a40489 bump: version 3.4.1
d3b7bcb bugfix: fix nan check to account for values castable to float (VIO-1616)
16f232c VIO-599 Init clair scans as part of build pipeline

v3.4.0

14 Sep 14:25
Compare
Choose a tag to compare

bdff9a3 bump: version 3.4.0
8e17725 bugfix: convert NaN to None when parsing readings [VIO-1369]
ca32147 build(deps-dev): bump pre-commit from 2.14.1 to 2.15.0
a5a9d97 build(deps): bump grpcio from 1.39.0 to 1.40.0
4830c36 build(deps-dev): bump pytest from 6.2.4 to 6.2.5
c5c155d build(deps-dev): bump pre-commit from 2.14.0 to 2.14.1
bcf6ae1 build(deps-dev): bump pre-commit from 2.13.0 to 2.14.0

v3.3.0

09 Aug 19:20
Compare
Choose a tag to compare

86dedbf bump: version 3.3.0
0118a6c test: add regression tests for [VIO-1278]
e4f6d3d bugfix: fix misconfigured json encoder/decoder, preventing bytes from being serialized [VIO-1278]
06aaf3c build(deps): bump sanic from 21.6.1 to 21.6.2
b3333a9 build(deps): bump sanic from 21.6.0 to 21.6.1
221d168 build(deps): bump grpcio from 1.38.1 to 1.39.0
4025a5d ci: add dependabot configuration [VIO-1152]
2b3baaf use poetry for dependency management (#422)
1db3d31 dev: update chartreleaser config - no longer need to specify extras

v3.2.1

02 Jun 12:24
Compare
Choose a tag to compare

a572a15 bump: version 3.2.1
f5243a9 deps: fix dependency version collision
b4eb09b build(deps): bump urllib3 from 1.26.4 to 1.26.5
b888b37 fixes: fixes to support dependency updates
c231001 update dependencies, start updating tests
dcea7d6 build(deps): bump aiohttp from 3.6.2 to 3.7.4

v3.2.0

19 Jan 20:50
Compare
Choose a tag to compare

6868a88 bump: version 3.2.0
98ed0c6 feat: update grpc dependency to allow device info in reading responses

v3.1.0

15 Dec 12:59
Compare
Choose a tag to compare

db90a03 bump: version 3.1.0
225ae87 bugfix: fix issue in which plugin registration fails to register cycled plugin
3246599 bugfix: dont record latency metrics if there is no start time for the request
6d139c8 ci: update jenkins config
5ee5837 update: use intermediary context off of sanic request object for changes in sanic 19.9+
b277659 test: run tests in verbose mode, fix fmt and deps envs to specify a basepython
32a48a9 deps: update project dependencies, including sanic
16cff14 maintenance: add CODEOWNERS file
cde8ddb ci: fix typo in chartreleaser config
63a5728 ci: update ci-shared target ref to latest release
f6977bf ci: update ci-shared target ref
319aa4e ci: add chart-releaser file to automate helm chart updates on new release
f3992e0 ci: update Jenkins config to use shared pipeline
abfce8a ci: update lint stage to use py38
7547a49 ci: remove support for py36
5a0e4a5 ci: setup basic github actions for project
af3aab7 update: fix cli options for new version of isort

v3.0.2

24 Jun 16:54
Compare
Choose a tag to compare

Change Log

v3.0.2 (2020-06-24)

Full Changelog

Fixed bugs:

  • bug: request fails in metrics middleware handling of streamed response #396

Merged pull requests:

  • bugfix: fix middleware logger to not get body length for streamed responses #397 (edaniszewski)

* This Change Log was automatically generated by github_changelog_generator

v3.0.1

14 Apr 19:45
Compare
Choose a tag to compare

Change Log

v3.0.1 (2020-04-14)

Full Changelog

Implemented enhancements:

  • add a --profile flag to run synse with profiling enabled #386

Fixed bugs:

  • invalid ssl configs do not cause plugin to terminate #389
  • server does not fail if invalid cert is specified for grpc transport #388
  • fix inconsistencies between server and documentation #387

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator

v3.0.0

30 Mar 13:14
Compare
Choose a tag to compare

Change Log

v3.0.0 (2020-03-30)

Full Changelog

Implemented enhancements:

  • add capability of filtering scan / reads by plugin #356

Fixed bugs:

  • plugin timeout error on read fails to update plugin state to inactive #379

Closed issues:

  • clean up unit tests #373
  • package example deployments with docker app #306

Merged pull requests:

v3.0.0-alpha.19 (2020-02-21)

Full Changelog

Implemented enhancements:

  • make plugin refresh task period configurable #358

Fixed bugs:

  • Transaction 404 about 2 seconds after a write. #363

Closed issues:

  • investigate: plugins showing up as inactive upon redeploy #357

Merged pull requests:

  • updates to device cache rebuild and plugin refresh #366 (edaniszewski)
  • bugfix: fix issues with txn cache ttl being set as well as rebuild clearing the cache #365 (edaniszewski)
  • bugfix: use a shared loop between sanic and asyncio components #364 (edaniszewski)

v3.0.0-alpha.18 (2020-02-05)

Full Changelog

Merged pull requests:

v3.0.0-alpha.17 (2020-02-03)

Full Changelog

Closed issues:

  • v3: plugin discovery does not seem to register all found plugins #355

v3.0.0-alpha.16 (2020-01-30)

Full Changelog

Fixed bugs:

  • plugin refresh does not behave correctly #349

Closed issues:

  • investigate: potential bug resetting plugin to active on refresh #351

Merged pull requests:

  • add a request ID for all logs generated during request handling #354 (edaniszewski)
  • rework logging for additional context and to include sanic logs #353 (edaniszewski)
  • bugfix: already registered plugin was not being set to active on refresh #352 (edaniszewski)

v3.0.0-alpha.15 (2020-01-28)

Full Changelog

Merged pull requests:

  • bugfix: update plugin refresh triggers, gate actions on plugin status #350 (edaniszewski)

v3.0.0-alpha.14 (2020-01-17)

Full Changelog

Merged pull requests:

v3.0.0-alpha.13 (2019-11-20)

Full Changelog

Merged pull requests:

v3.0.0-alpha.12 (2019-11-08)

Full Changelog

Closed issues:

  • websocket message handler cleanup breaks with websockets 8.0 #340

Merged pull requests:

v3.0.0-alpha.11 (2019-10-28)

Full Changelog

Closed issues:

  • implement custom metrics exporter #339

Merged pull requests:

v3.0.0-alpha.10 (2019-10-21)

Full Changelog

Merged pull requests:

v3.0.0-alpha.9 (2019-10-11)

Full Changelog

Merged pull requests:

  • websocket api...
Read more