Skip to content

Releases: txsvc/apikit

v0.3.3

30 Nov 22:00
Compare
Choose a tag to compare
upgraded dependencies, go1.21 support

v0.3.2

23 Nov 17:50
Compare
Choose a tag to compare
removed debugging from the api client

v0.3.1

23 Nov 15:10
Compare
Choose a tag to compare
removed chatty logging and upgraded dependencies

v0.3.0: implemented a simple in-memory auth provider (#32)

22 Nov 22:58
3df01ac
Compare
Choose a tag to compare
* upgraded container version to match code release

* upgraded dependencies and some cleanup

* replace package settings with similar implementation from txsvc/stdlib

* renamed the DialSettings property

* refactored to use the latest stdlib and cloudlib

* changed to ubi9 and build on main

* replace logging in package api

* replace logging in package auth

* replaced logger with observer

* some simple cleanup

* implemented a simple in-memory auth provider

upgraded various packages

18 Feb 10:40
246a984
Compare
Choose a tag to compare
upgraded modules (#30)

* added a caddy router service

* added a caddy router service

* added a caddy router service

* fixed the router dockerfile

* fixed the router dockerfile

* upgraded various modules

v0.2.1

08 Dec 13:04
a9d5eee
Compare
Choose a tag to compare

changed the package structure

v0.2.0

08 Dec 11:55
Compare
Choose a tag to compare
just bit of cleanup, no major changes

first release, ready for some real-world testing

28 Aug 13:35
047aaf5
Compare
Choose a tag to compare
refactored good parts of the code (#10)

* made the init/login/logout flow more robust

* added signup/login timeout

* removed helpers and other odd functions

* created a dedicated app info struct for the config

* moved some utility code the helpers package

* refactored packages config and settings, lot's of name changes to functions etc

* removed unused error definitions from the codebase

* moved examples one level up