Correios CEP 0.6.0 released! Remove zipcode field and update HTTPoison.
Correios CEP allows to find Brazilian addresses by postal code, directly from Correios API. No HTML parsers.
DEPRECATION NOTE
Correios.CEP.Address.zipcode was removed in the version 0.6.0. Use Correios.CEP.Address.postal_code instead.
Changelog for version 0.6.0:
Changed
- Update HTTPoison to 1.17.0 (hackeny 1.16.0)
Deprecated
-
The field
zipcodeinCorreios.CEP.Address. Use the fieldpostal_codeinstead.
Removed
- Support for OTP 20.
Check it out at:
Read next Should you use database transactions for data consistency?
