When updating the version of this gem to 5.1.2, it appears as though quite a few zip codes where removed. Doing
select count(*) from zip_codes
5.1.1 gives us 40998 codes, 5.1.2 gives us 39211.
Not sure how many examples it would take, but one we've found is "12345" which does appear to be a valid code. I'm not 100% sure of the source of the data, otherwise we'd try to fix, but this appears to have been introduced a couple day ago in 35c7e48.
Thanks!
When updating the version of this gem to 5.1.2, it appears as though quite a few zip codes where removed. Doing
5.1.1 gives us
40998codes, 5.1.2 gives us39211.Not sure how many examples it would take, but one we've found is "12345" which does appear to be a valid code. I'm not 100% sure of the source of the data, otherwise we'd try to fix, but this appears to have been introduced a couple day ago in 35c7e48.
Thanks!