brianc / node-pg-types

Type parsing for node-postgres
267 stars 54 forks source link

Releasing the latest changes #131

Closed mwanago closed 2 years ago

mwanago commented 3 years ago

If I see correctly, the latest version of pg-types has been released in August of 2020. Since then, there were a few notable changes merged to the master branch. Can we release a new version including those?

henrinormak commented 2 years ago

Any updates to this, is there a reason for not publishing the latest state as a version?

Wondering when the latest changes from this package might trickle down into pg, most specifically, wondering when postgres-date update might get there (which has quite a signficant performance improvement in it).

brianc commented 2 years ago

my bad I can publish a new version today! Releasing this into core pg i think involves a few backwards incompatible changes I'll need to check out, but should be doable very 🔜

bendrucker commented 2 years ago

I also forgot about this. 😬 The breaking changes should generally be breaking behavioral changes, worth noting in the changelog, but AFAIK there's no API changes that would break the way pg depends on this package.

bendrucker commented 2 years ago

Published 4.0.0. It'll take a bit longer to land/document in pg itself but it's available to consume if you depend on this package directly.