nyaruka / phonenumbers

GoLang port of Google's libphonenumber library
MIT License
1.25k stars 148 forks source link

Incorporate code changes to restore area code information for all MX numbers that was lost in v8.13.38 #173

Closed padjoo closed 4 months ago

padjoo commented 4 months ago

libphonenumber code has been updated in v8.13.39 to fix an issue with area code information being lost for MX numbers due to a metadata update in v8.13.38. The code changes are in v8.13.39: https://github.com/google/libphonenumber/compare/v8.13.39...v8.13.40

Specifically this commit: https://github.com/google/libphonenumber/commit/3b7ad7eb37943682f059a0ca3dcdf07e5b3077cd

Can Golang code be updated to address this please?

rowanseymour commented 4 months ago

We should be able to get this done in the next few weeks, if you need it sooner please make a PR