Releases: minotar/imgd
Releases · minotar/imgd
imgd 2.11.0
-
Updates for new version of minotar/minecraft:
- Allows custom User Agents and API sources (new config options)
- Re-uses outbound HTTP connections (keepalive respecting)
-
Deprecates S3 fallback options
imgd 2.10.0
Initial release to support deprecation of skins.minecraft.net.
- Wercker fixes
- Fixing tests with a small sleep to sync state
- Add release pipeline (let's see if it works)
- Fixed some whitespace and names
- Prometheus metrics for some level of stat tracking (needs more work)
- UUID implementation and fallback upon ratelimt
imgd 2.9.5
Adding a Dockerfile, updating builds and bugfixes.
Changes:
- 2.9.5:
- Resolved issue with cache_memory introduced in 2.9.4 (hotfix)
2.9.4:- Add Dockerfile
- Update Wercker build to use their (not anymore that) new Docker system
- Fix log formatting re: https://github.com/op/go-logging/blob/master/CHANGELOG.md
- Fixed a few linting issues
- 2.9.3:
- Fix Gorilla Mux routes to use non-capturing regex groups
imgd 2.9.2
Changes:
- Configurable logging level (default in config is NOTICE, if not set will default to INFO) #123
- DEBUG will show skin failures
- INFO will log individual requests
- NOTICE will show useful start information and be fairly quiet
- Adjust the way stats are reported, add an errored section #159
- Requested is recorded as soon as we establish what is desired (before anything is returned)
- Errors are recorded when we fail to fetch a skin or we have an internal error
- Add CORS headers to all responses #167
- Handle "MHF_Steve" internally to deprecate "char" #149
- Fixed a bug from 2.9.1 were the "Errored" stat was not updating correctly
imgd 2.8
- Removed old "X-Requested" and "X-Result" headers
- Record stats for Skins and Downloads as "Skin" being served
- Output some useful information on start (listening address, Redis DB info)
- Remove the last references of "Minotar" and replace with "Imgd"
- Allow configuration of the redirect address
- Remove
statisticsEnabled
an unused config option - Added a statistic for the number of cached skins (and differentiate more from the mem usage)
- Allow selecting a different Database when using Redis
- Removed old constants
- Change some references of size to width
- Fixed the estimation for the memory usage of the Memory cache
- Fixed gcfg repository and tests
Minotar 1.1
- Fixed 403'd valid username skins.
Minotar 1.0
- Renamed repo to allow for more flexible development
- Moved minecraft specific stuff to minotar/minecraft for 3rd party usage
- Renamed binary to minotar
- Improved our Golang syntax
- Usernames are now case-insensitive.