This release deals with a server-side change that began to roll out on May 24, 2024. As of now, it appears that some server instances have the new behavior and some still have the old. It does not appear predictable which one you get. It is up to the load balancer, I suspect.
The two key changes are:
1. Metadata for many variables changed the type from int to long. So we had to make a small change in the type-casting logic that converts the strings that come back in json.
2. NAME and GEO_ID come back as variables in some (all?) requests even if we don't ask for them. This mostly affected integration tests.
What's Changed
* Understand `long` type in metadata; Tests should accept `NAME` and `GEOID` columns from server side. by vengroff in https://github.com/censusdis/censusdis/pull/269
**Full Changelog**: https://github.com/censusdis/censusdis/compare/v1.1.7...v1.1.8