Skip to content

Latest commit

 

History

History
208 lines (131 loc) · 4.73 KB

CHANGELOG.md

File metadata and controls

208 lines (131 loc) · 4.73 KB

Change Log

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

v3.0.0 - 2018-03-27

  • Update device name parameter to comply with API v4 and supervisor v7 #199 [Lucian Buzzo]

v2.4.0 - 2017-09-08

  • Configure time between hotspot deletion/creation #193 [Joe Roberts]

v2.3.0 - 2017-09-08

  • Configure time between supervisor checks #194 [Joe Roberts]

v2.2.0 - 2017-08-29

  • Improve device endpoints #190 [Joe Roberts]

v2.1.0 - 2017-08-18

  • Implement query dependent device endpoint #187 [Joe Roberts]

v2.0.1 - 2017-08-18

  • Check for index-out-of-range #186 [Joe Roberts]

v2.0.0 - 2017-08-14

  • Implement avahi/mdns discovery #185 [Joe Roberts]
  • Document config variables in the readme #185 [Joe Roberts]

v1.6.2 - 2017-07-10

  • Updated readme [Joe Roberts]

v1.6.1 - 2017-07-10

  • Implement context timeout for nmap scan [Joe Roberts]

v1.6.0 - 2017-07-06

  • Tag architectures with the correct name [Joe Roberts]

v1.5.3 - 2017-07-06

  • Only perform extra bluetooth initialisation if the device type is raspberrypi [Joe Roberts]

v1.5.2 - 2017-07-06

  • Another attempt to fix conflicts between jobs [Joe Roberts]

v1.5.1 - 2017-07-06

  • Fix issue with conflicting travis jobs [Joe Roberts]
  • Fix typo in variable check [Joe Roberts]

v1.5.0 - 2017-07-06

  • Get architecture during the docker build [Joe Roberts]

v1.4.5 - 2017-05-19

  • Add more ignores to .gitignore [John (Jack) Brown]

v1.4.4 - 2017-05-19

  • Update versionist config to latest, ensuring semver types are case insensitive. [Heds Simons]

v1.4.3 - 2017-04-25

  • Refactor hotspot creation [Joseph Roberts]
  • Removed unused resin-hotspot system connection [Joseph Roberts]
  • Update dependencies [Joseph Roberts]

v1.4.2 - 2017-04-21

  • Ignore db open errors allowing the supervisor to silently retry [Joseph Roberts]

v1.4.1 - 2017-04-21

  • Improve radio initialisation [Joseph Roberts]

v1.4.0 - 2017-04-07

  • ESP Support [Joseph Roberts]

v1.3.0 - 2017-03-23

  • Remove state from memory by writing to database [Joseph Roberts]

v1.2.1 - 2017-03-16

  • Wrap timeout around all bluetooth operations [Joseph Roberts]

v1.2.0 - 2017-03-16

  • Implement git auto release [Joseph Roberts]

v1.1.0 - 2017-03-15

  • Implement out of date warning [Joseph Roberts]

v1.0.3 - 2017-03-15

  • Remove edge-node-manager binary
  • Add edge-node-manager to .gitignore [Joseph Roberts]

v1.0.2 - 2017-03-13

  • Sync changelog with release [Joseph Roberts]

v1.0.1 - 2017-03-10

  • Get latest tag from the git API
  • Add update lock info to readme

v1.0.0 - 2017-03-10

  • Set up versionist
  • Implement lock mechanism
  • Defer save state
  • Increased time to allow device to disconnect
  • Fix att-request-failed error
  • Quick hacky temporary fix to solve slow DFU
  • Remove disconnect requests as the dep. device disconnects on its own
  • Replace wget with curl
  • Temp fix device status by sending every minute
  • Retry updates
  • Bluetooth stability fixes
  • Add dep device log level
  • Removed timestamp so that the supervisor will set the timestamp instead

v0.1.9 2017-03-01

  • Updated travis icon
  • Fixed nrf51822dk issue and added some debugging
  • Removed bluez apt source

v0.1.8 2017-02-23

  • Updated readme
  • Updated dockerfile
  • Micro:bit now restarts after an update
  • Removed trailing new lines from log output
  • Changed default log level to Info
  • Updated gitignore
  • Removed images

v0.1.7 2017-02-21

  • Removed resin sync from repo
  • Refactored bluetooth
  • Auto build binaries when a tag is created on master

v0.1.6 2016-11-28

  • Merge pull request #86 from resin-io/develop

v0.1.5 2016-11-01

  • Set up flag and logic to ensure is_online is always sent first time (#50)
  • 17 send progress dep device logs (#58)
  • Enforce order (#59)
  • Tidied logging (#60)
  • Turned off notifications
  • Fixing dep. device delete (#61)
  • 36 dep device env and config (#62)
  • 63 pull down fields (#64)
  • 36 dep device env and config (#65)

v0.1.4 2016-10-26

  • Fixed device deletion (#44)
  • Auto board type (#45)
  • Auto board type (#46)

v0.1.3 2016-10-25

  • Merge pluginification into develop
  • Custom device name issue#35 (#37)
  • Quick online state bug fix
  • Another quick bug fix
  • Microbit (#40)

v0.1.2 2016-10-18

  • Merge develop into master

v0.1.1 2016-10-11

  • Merge develop into master

v0.1.0 2016-10-04

  • Updated git ignore
  • Merge initial-architecture into develop
  • Merge bluetooth-radio into develop
  • Merge godoc-comments into develop
  • Merge linting into develop
  • Merge proxyvisor-integration into develop
  • Merge docker into develop
  • Bumped docker version to 1.7
  • Refactored build method slightly
  • Merge testing into develop