Skip to content

Releases: titan-x/titan

v0.10

16 Sep 22:47

Choose a tag to compare

  • First messaging bot: echo
  • Queue is now an interface with in-mem implementation as default.

v0.9

06 Sep 10:39

Choose a tag to compare

AWS DynamoDB support for user data.

v0.8

09 Jun 15:04

Choose a tag to compare

Cleaner flags for the CLI tool.

v0.7

01 Jun 20:55

Choose a tag to compare

Added Docker and Heroku support.

v0.6

01 Jun 14:43

Choose a tag to compare

  • ⬆️ neptulon@0.10
  • Added handling for Google ID tokens.

v0.5

11 May 07:55

Choose a tag to compare

  • ⬆️ neptulon@0.9
  • ⬆️ go@1.6.2
  • Client Helper: simplified sync method names.
  • Improved Google OAuth first time login.

v0.4

17 Apr 21:59

Choose a tag to compare

Switch to godep for dependency management.

v0.3

17 Apr 21:35

Choose a tag to compare

  • Vendored all dependencies.
  • Minor fixes.

v0.2

07 Mar 09:54

Choose a tag to compare

  • titan -start command has been renamed to titan -run for starting production server.
  • [msg.echo] route has been renamed [echo] to better indicate the fact that not only messages but any passed data is echoed back.

v0.1

23 Feb 10:56

Choose a tag to compare

Initial release will essential set of functionality. There is good functional test coverage and the library has been in use by other projects for a while, so it is time to make the first release. Java client is also released along this.