serve v0.5.0 Release Notes
Release Date: 2020-07-03 // almost 3 years ago-
๐ Changelog
๐ ff11861 Add deployment support (#12)
๐ณ e1a9c28 Docker support & example usage (#10)
223d62f Enabled HTTP Basic Auth (#16)
๐ฒ b8ba0e4 Feature: Add logging of HTTP status code (#7)
๐ 569f6b8 Update goreleaser syntax (#18)
๐ 2d61049 adding debug flag to supress output. prepping releases
0c95132 adding missing comment (#5)
5430f74 adding mod hooks back in
a8a71d8 bringing us to go 1.13, prepping the run
114e767 disable badges
๐ fcc5f7b dont pretend the ENV is in the build runtime, because it is not (#13)
โ 663fe50 fix: unparam failures in latest version of Go & library (#8)
๐ 5089053 fixes readme logo image (#11)
305afaa fixing mispell
๐ 3d509a9 removing envs and flags from goreleaser as well, dry ran
d84d049 removing last flags from make, then releasing
1a65ea8 static constant rather than 200 direct (#9)
โก๏ธ b138b13 updating copy paste (#19)
Previous changes from v0.4.0
-
๐ Changelog
- โ add support for docker via docker hub
- โ add support for Go 1.12
- โก๏ธ update licensing surname, as my name changed!
- ๐
.editorconfig
,.gitattributes
,.markdown-lint.yml
,.pre-commit-config.yaml
for dev CONTRIBUTING.md
because everyone needs one, right?- โ Re-enable megacheck and typecheck for tests
- ๐ Attempt to enable GO111MODULE for all of goreleaser
- ๐ Loads of documentation updates & additions
- ๐ new logo!
- clean up examples dramatically
flags.Port
is now a string - Using an int didn't allow for usinghttp
andhttps
shorthands- Prettier static HTML page for examples