Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

48 lines (30 loc) · 2.06 KB

v1.0.3 (2014-11-25)

🏠 Housekeeping

  • concurrency:
    • Improve concurrency support for Read operation (380de829)

      Also, add timeout support to initial connection

v1.0.2 (2014-11-25)

🐛 Bug Fixes

  • reconnect:
    • Add reconnect locking and actually update Connected (32b5b63e)

v1.0.1 (2014-11-23)

🐛 Bug Fixes

  • reconnect:
    • Less painful reconnect (a0f91e9d)
      Vastly reduce the number of things touched by a reconnect, we only need to mess with the connection itself, and the attached encoders/decoders

v1.0.0 (2014-11-23)

🏠 Housekeeping

  • core:
    • Rename from XBMC to Kodi, best to get this out of the way (6e307398)
  • build:
    • Add config for abe33/changelog-gen (1502885c)

      TODO: Add contribution guidelines for commit messages
  • logging:
    • Replace go-logging with logrus for structured logs (0c4273a0)

Breaking Changes

  • due to 6e307398, renaming the package represents a significant break for all existing users, which is why I wanted to get it done now, rather than at some future time.
  • due to 0c4273a0, SetLogLevel now takes a constant - one of: LogDebugLevel, LogInfoLevel, LogWarnLevel, LogErrorLevel, LogFatalLevel, LogPanicLevel