Skip to content

Releases: adriankumpf/srtm

v0.8.0

13 Aug 16:12
v0.8.0
038818c
Compare
Choose a tag to compare

Breaking Changes

  • Remove SRTM.Client
  • Remove SRTM.Client.purge_in_memory_cache/2
  • Add in-memory cache backend by :persistent_term
  • Add :disk_cache_enabled, :disk_cache_path, :in_memory_cache_enabled and :in_memory_cache_module options to SRTM.get_elevation/3

v0.7.0

13 Aug 01:46
v0.7.0
03ce440
Compare
Choose a tag to compare

Breaking Changes

  • Require Elixir 1.11
  • Remove USGS source
  • Drop :adapter and :opts option from SRTM.Client.new/1

Changes

  • Replace hackney with httpc
  • Update documentation
  • Add CI workflow

Full Changelog: v0.6.0...v0.7.0

v0.6.0

02 Dec 16:47
Compare
Choose a tag to compare

Breaking Changes

  • Use Tesla.Adapter.Hackney as default adapter. Add hackney to the list of dependencies if you don't want to use another HTTP adapter (see Tesla Adapters to find all available adapters and SRTM.Client.new/2 on how to configure another adapter).

    def deps do
      [
        {:srtm, "~> 0.6"},
        {:hackney, "~> 1.15"}
      ]
    end

v0.5.2

02 Dec 16:46
Compare
Choose a tag to compare
  v0.5.2

v0.5.1

07 Jul 16:12
Compare
Choose a tag to compare
  v0.5.1