Skip to content

Releases: minotar/imgd

imgd 2.11.0

16 Mar 01:21
Compare
Choose a tag to compare
  • 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

15 Feb 17:39
Compare
Choose a tag to compare

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

11 Feb 16:25
Compare
Choose a tag to compare

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:
  • 2.9.3:
    • Fix Gorilla Mux routes to use non-capturing regex groups

imgd 2.9.2

11 Oct 00:24
Compare
Choose a tag to compare

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

06 Oct 23:55
Compare
Choose a tag to compare
  • 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

23 Nov 20:49
Compare
Choose a tag to compare
  • Fixed 403'd valid username skins.

Minotar 1.0

21 Nov 16:36
Compare
Choose a tag to compare
  • 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.