Releases: jczaplew/postgeo
Releases · jczaplew/postgeo
v0.1.2
Includes a small but major bug fix that prevented Postgres clients from being released back into the pool upon successful query completion.
Alpha+
Changes:
- Improved error handling. Will now return
{"error": "message explaining what went wrong"}
if something doesn't work right.
- Use of a Postgres connection pool as opposed to a single client. Should make it more scalable.