Skip to content

Releases: SignalK/signalk-server

v1.1.2

09 Apr 19:09
Compare
Choose a tag to compare
  • #490 Update @signalk/freeboard-sk to the latest version 🚀 (@Greenkeeper[bot])
  • #491 fix: canboatjs interface option not getting passed to provider (@sbender9)

This version in npm

v1.1.1

09 Apr 19:09
Compare
Choose a tag to compare

This version in npm

v1.1.0

09 Apr 19:10
Compare
Choose a tag to compare
  • #469 Fix Tcp provider configuration from the UI (@joabakk)
  • #453 Update RPi installation guide (@MatsA)
  • #471 Update canboatjs to the latest version 🚀 (@Greenkeeper[bot])
  • #474 Update @signalk/set-system-time to the latest version 🚀 (@Greenkeeper[bot])
  • #476 feature: plugin.statusMessage() (@tkurki)
  • #477 Update @signalk/set-system-time to the latest version 🚀 (@Greenkeeper[bot])
  • #475 chore: replace bcrypt with bcryptjs (@tkurki)
  • #472 feature: add support to configure a canbus N2K source with canboajs using the admin ui (@sbender9)
  • #482 fix(package): update file-timestamp-stream to version 0.3.0 (@tkurki)
  • #483 chore(package): update node-fetch to version 2.1.1 (@tkurki)
  • #465 Proper dockerfile with multi arch support (@tkurki)
  • #470 Update ws to the latest version 🚀 (@Greenkeeper[bot])
  • #484 fix: issue with some acl configurations (@sbender9)
  • #463 feature: add support for put requests (@sbender9)

This version in npm

v1.0.0

09 Apr 19:10
Compare
Choose a tag to compare

This version in npm

v1.0.0-4

09 Apr 19:11
Compare
Choose a tag to compare
  • #440 doc: update installation instructions (@tkurki)
  • #445 fix: make plugins installed in config directory preferred (@sbender9)
  • #439 Plugin api (@tkurki)
  • #444 Update RPi installation guide (@MatsA)
  • #450 Doc:add plugin dev getting started instructions (@tkurki)
  • #446 feature: support relativePosition.radius in subscriptions and REST requests (@sbender9)
  • #454 Fix: simple provider n2k throttling (@tkurki)
  • #456 feature: set enablePluginLogging on by default (@tkurki)

This version in npm

v1.0.0-3

09 Apr 19:11
Compare
Choose a tag to compare
  • #436 Update @signalk/sk-simple-token-security to the latest version 🚀 (@Greenkeeper[bot])

This version in npm

v1.0.0-2

09 Apr 19:39
Compare
Choose a tag to compare
  • #425 change: remove charts interface in favour of signalk-charts plugin (@vokkim)
  • #428 Update @signalk/nmea0183-signalk to the latest version 🚀 (@Greenkeeper[bot])
  • #427 Update @signalk/n2k-signalk to the latest version 🚀 (@Greenkeeper[bot])
  • #386 Update ws to the latest version 🚀 (@Greenkeeper[bot])
  • #413 feature: add --sample-nmea0183-data argument to start the server with… (@sbender9)
  • #431 Build webapps on publish (@tkurki)
  • #432 feature: use node lts version (@tkurki)
  • #430 fix: support starting up with an empty or missing settings file and using -c (@sbender9)
  • #423 feature: new multiplexed provider that autodetects input type (@sbender9)
  • #429 feature: add support for native canboatjs (@sbender9)
  • #435 Update baconjs to the latest version 🚀 (@Greenkeeper[bot])
  • #419 feature: enable security by default (@sbender9)

This version in npm

v1.0.0-1

27 Jan 11:32
Compare
Choose a tag to compare
  • #400 Plugin delta logging (@sbender9)
  • #417 fix: crash when a plugin calls handleMessage with the wrong id (@sbender9)
  • #421 Update mocha to the latest version 🚀 (@Greenkeeper[bot])
  • #424 feature: add option to disable checksum validation for 0183 messages (@sbender9)
  • #426 fix: plugins getting installed into the current dir when using -s (@tkurki)

This version in npm

v1.0.0-0

26 Apr 14:22
Compare
Choose a tag to compare
  • #333 Update @signalk/nmea0183-signalk to the latest version 🚀 (@Greenkeeper[bot])
  • #335 fix: nmea0183 buffer conversion (@tkurki)
  • #336 Update lint-staged to the latest version 🚀 (@Greenkeeper[bot])
  • #337 feature: add tls certificate chain support (@tkurki)
  • #341 fix: ws security not working because of Primus change (@sbender9)
  • #344 Update @signalk/n2k-signalk to the latest version 🚀 (@Greenkeeper[bot])
  • #339 Change ssl logic, refactor configuration and reformat (@tkurki)
  • #343 fix: fix naked property subscription handling (@tkurki)
  • #346 feature: add the username to the source for deltas posted via WebSockets (@sbender9)
  • #347 fix: crash from setting the source from username (@sbender9)
  • #349 fix: mdns not working because port changes (@sbender9)
  • #350 fix: incude the original request path when redirecting to ssl (@sbender9)
  • #351 fix: mdns startup fails when the PORT environment variable is used (@sbender9)
  • #353 fix: mdns registration failes when running via systemd (@sbender9)
  • #354 fix: update rpi-setup.sh to support ssl config and dual http+https (@sbender9)
  • #355 fix: ws source for other users getting overwritten by new users (@sbender9)
  • #356 Update lint-staged to the latest version 🚀 (@Greenkeeper[bot])
  • #348 feature: load ssl cert and key from configDir (-c option) if used (@sbender9)
  • #357 Update @signalk/nmea0183-signalk to the latest version 🚀 (@Greenkeeper[bot])
  • #362 Remove bower & nonfunctional interfaces (@tkurki)
  • #358 [WIP] Server admin api (@tkurki)
  • #364 feature: add SECURITYSTRATEGY environment variable override (@tkurki)
  • #365 fix(package): update baconjs to version 1.0.1 (@tkurki)
  • #363 Update prettier-standard to the latest version 🚀 (@Greenkeeper[bot])
  • #366 fix: less strict certificate file permission check (@tkurki)
  • #368 Update @signalk/server-admin to the latest version 🚀 (@Greenkeeper[bot])
  • #370 Security PUT refactorings (@tkurki)
  • #371 fix: make /self relative to root (@tkurki)
  • #372 Update @signalk/n2k-signalk to the latest version 🚀 (@Greenkeeper[bot])
  • #373 Update @signalk/client to the latest version 🚀 (@Greenkeeper[bot])
  • #369 fix: use correct port values in api, refactor port handling (@tkurki)
  • #325 Update file-timestamp-stream to the latest version 🚀 (@Greenkeeper[bot])
  • #377 Update @signalk/nmea0183-signalk to the latest version 🚀 (@Greenkeeper[bot])
  • #378 fix(package): update @signalk/n2k-signalk to version 1.0.1 (@tkurki)
  • #379 fix(package): update @signalk/signalk-schema to version 1.0.2 (@tkurki)
  • #383 fix: don't use liner with 0183 serial port sources (@sbender9)
  • #385 feature: provide stats per provider for the admin UI (@sbender9)
  • #388 Logging fixes (@sbender9)
  • #382 fix: remove unwarranted charts error message (@tkurki)
  • #389 chore: use webapps & plugins from npm (@tkurki)
  • #394 update: admin ui and security versions to fix bug in enabling security (@sbender9)
  • #390 [WIP] Include admin ui in the server repo (@tkurki)
  • #395 Update @signalk/sk-simple-token-security to the latest version 🚀 (@Greenkeeper[bot])
  • #396 Update @signalk/signalk-schema to the latest version 🚀 (@Greenkeeper[bot])
  • #397 fix: canbus provider not going through candump2analyzer (@sbender9)
  • #398 add: checking in admin-ui build (@sbender9)
  • #399 fix: new favicon.ico, remove unused assets (@tkurki)
  • #384 feature: make the liner provider's line separator configurable (@sbender9)
  • #380 feature: use name and mmsi or uuid from defaults.json if available (@sbender9)
  • #381 feature: npm global install support with ~/.signalk settings (@sbender9)

This version in npm

v0.1.33

26 Apr 14:22
Compare
Choose a tag to compare

This version in npm