kimlai / tz_world

Resolve timezones from a location.
https://hexdocs.pm/tz_world
MIT License
40 stars 12 forks source link

Add a config for httpc options #27

Closed gabrielgiordan closed 1 year ago

gabrielgiordan commented 1 year ago

Aims to add a way to pass custom options to the default httpc client by adding a new config to the application.

This would be particularly useful when one has to use a proxy to request boundaries of the world's timezones, for example (our use case).

kipcole9 commented 1 year ago

Much appreciate, thank you! I'll review and test over the weekend and aim to release before Monday.

kipcole9 commented 1 year ago

Published tz_world version 1.3.0. Thanks very much for all your support, greatly appreciated. Especially for resolving the ci issue. The changelog entry is:

Enhancements