Skip to content

Releases: blackbx/service-framework

Start server on 0.0.0.0

08 Apr 07:42
0f9e1e3
Compare
Choose a tag to compare
Merge pull request #60 from blackbx/tidy

tidy

Correct content-types for JSONResponder

05 Feb 17:04
64a0e20
Compare
Choose a tag to compare
Merge pull request #57 from blackbx/responder-content-types

JSONResponder now responds with the correct Content-Type

More useful problems

05 Feb 11:39
83a3387
Compare
Choose a tag to compare
Merge pull request #56 from blackbx/various-fixes

More useful problems & minor fixes

Allow registering of config without a dependency.Service

02 Feb 10:22
6076c0a
Compare
Choose a tag to compare

Allow the registering of config to the *cobra.Command held by the dependency.Builder outside of a service. This is useful, as you may want to register configuration, that is not required by any particular dependency.

Update AWS config flags to match AWS CLI

01 Feb 09:08
ab0d1c8
Compare
Choose a tag to compare

This updates the configuration flags for accessing AWS to match those used by the AWS CLI.

SQS Support

28 Jan 11:37
87a78be
Compare
Choose a tag to compare

This release adds the ability to create a service that reads from an SQS Queue.

Authoirization Header logging & HTML escaping

10 Feb 14:10
9999baa
Compare
Choose a tag to compare
Merge pull request #13 from blackbx/html-escape-and-auth-token

Update json encoding code to not escape HTML characters

Dependency updates

10 Feb 11:42
Compare
Choose a tag to compare
Merge pull request #11 from blackbx/dependabot/go_modules/github.com/…

…go-redis/redis/v7-7.0.0-beta.6

Nil HTTP.Transport

06 Feb 11:44
c806e4a
Compare
Choose a tag to compare
Merge pull request #10 from blackbx/fix-nil-pointer-dereference

Set transport to be http.Default transport

Start without newrelic

06 Feb 11:30
ace462d
Compare
Choose a tag to compare
Merge pull request #9 from blackbx/start-without-newrelic-licence

Add the ability to start the application with out a NewRelic licence key