Skip to content

Releases: adoublef/sdk

Add a logging package for http layer

11 Jul 21:05
a65cddd
Compare
Choose a tag to compare

This release adds a LogHandler that uses the slog.Logger for logging.

Next iteration will integrate tracing

Update `html/template` package

24 May 10:03
d137747
Compare
Choose a tag to compare
Bump golang.org/x/sync from 0.6.0 to 0.7.0 (#29)

Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0.
- [Commits](https://github.com/golang/sync/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Fix PRAGMA issue

18 May 09:36
8cbd323
Compare
Choose a tag to compare

The database/sql3 package now seems to handle PRAGMA rules correctly

Improve Sqlite API

21 Mar 22:46
Compare
Choose a tag to compare

The existing database/sql package has been removed. In favour of the database/sql3 package.

The time package introduces 3 sub packages for handling datetime in the following formats

  • iso8601
  • julian
  • unix

Add helpers for middleware support

20 Feb 19:52
Compare
Choose a tag to compare
v0.5.0

add responseWriter

Move and update the html template helper

10 Feb 23:16
Compare
Choose a tag to compare
v0.4.1

html/template wrapper for fsys

Refactor packages

08 Feb 23:31
Compare
Choose a tag to compare
v0.4.0

tests pass

Remove docs directory

08 Feb 21:20
Compare
Choose a tag to compare
v0.3.1

Delete docs directory

Change import path

08 Feb 20:51
Compare
Choose a tag to compare
v0.3.0

update to 1.22

Include a minio testconatiners package

21 Jan 17:04
Compare
Choose a tag to compare

This includes an implementation for minio and testconatiners