From 0c90d8a089e36dc12e4c8dff5b8060472b290379 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Fri, 11 Aug 2023 10:48:26 -0400 Subject: [PATCH] v1.3.10: "Prime" libpostal in server mode --- CHANGELOG.md | 8 +++++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2ad37a..e4aee3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.10] - 2023-08-11 + +### Fixed + +- In server mode, "prime" libpostal so that it doesn't take forever to process the first request. + ## [1.3.9] - 2023-08-01 -#### Fixed +### Fixed - Fix build by ignoring test that requires libpostal data. diff --git a/Cargo.lock b/Cargo.lock index abe35ac..f4807ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,7 +847,7 @@ dependencies = [ [[package]] name = "geocode-csv" -version = "1.3.9" +version = "1.3.10" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index ed79ea1..643cae5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geocode-csv" -version = "1.3.9" +version = "1.3.10" authors = ["Eric Kidd "] edition = "2018"