Releases: CodeForPhilly/pa-wildflower-selector
Releases · CodeForPhilly/pa-wildflower-selector
v2.3.0
What's Changed
- fix: prevent SSR prefetch failures from crashing the process by @native-plants-zach in #194
- fix: return 404 for common bot scanner probe paths by @native-plants-zach in #196
- fix: add /healthz liveness probe endpoint by @native-plants-zach in #195
- Remove planner overlap warning visuals by @native-plants-zach in #197
New Contributors
- @native-plants-zach made their first contribution in #194
Full Changelog: v2.2.9...v2.3.0
v2.2.9
Helm chart fix: liveness probe timeout
No app code changes — chart-only release.
- Liveness probe
timeoutSeconds: 10 → 30 - Liveness probe
failureThreshold: 3 → 5 - Chart version bumped to 2.0.8
appVersioncorrected to 2.2.8 (was stale at 2.1.5)
Background: The app loads ML embeddings for ~5,800 plants and can experience GC pauses during bot scanner traffic, causing the 10s probe to time out and trigger unnecessary pod restarts. This gives the app adequate grace before being declared unhealthy.
To adopt this chart version, update .holo/sources/choose-native-plants.toml in your cluster repo:
ref = "refs/tags/v2.2.9"v2.2.8
v2.2.7
What's Changed
- Tool/zbl studioimagepipeline by @ZacharyLeahan in #188
Full Changelog: v2.2.5...v2.2.7
v2.2.5
What's Changed
- initial favorites count badge by @ZacharyLeahan in #184
- Chore/zbl mongdbperftweaks by @ZacharyLeahan in #185
- Feat/zbl 3d planner by @ZacharyLeahan in #186
- Feat/zbl plannertweaksday4 by @ZacharyLeahan in #187
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- Remove Google Analytics integration and related verification file, si… by @ZacharyLeahan in #178
- Refactor PeoplePage to update title and content, remove HowToUsePage,… by @ZacharyLeahan in #179
- Optimize photo size for speed by @ZacharyLeahan in #180
- Add dual-handle height range slider with dynamic min/max based on fil… by @ZacharyLeahan in #181
- working sort, height, spread, and infinate scroll by @ZacharyLeahan in #182
- Implement genus and family filters in plant search; add corresponding… by @ZacharyLeahan in #183
Full Changelog: v2.2.3...v2.2.4
v2.2.3: Merge pull request #177 from CodeForPhilly/feat/zbl-buildissue20251218
Improve summaryData computation by adding null checks for family and …
v2.2.2: Merge pull request #176 from CodeForPhilly/feat/zbl-compressed-hero
Refactor Explorer component for a more compact utility header and upd…
v2.2.1: Merge pull request #173 from CodeForPhilly/bugfix/zbl-builderrors
fix: Refactor handlePaletteDragStart to use method.call for improved …
v2.2.0
What's Changed
- fix: Use bracket notation for canvas reference in handlePaletteDragSt… by @ZacharyLeahan in #172
Full Changelog: v2.1.8...v2.2.0