Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Releases: Qwant/idunn

v0.2.4

25 Feb 10:02
9f1c5f5
Compare
Choose a tag to compare
  • Instant Answers for Qwant:
    • Remove common patterns in queries (#197)
    • More permissive matching rules (#195)
  • Website "label" is now always defined (#199)
  • Define "source_url" and "contribute_url" in place meta (#201)
  • Improvements about how phone numbers and website are extracted from OSM tags (#202)
  • Add raw "email" in contact block (#203)

v0.2.1

19 Feb 15:01
a14d0c9
Compare
Choose a tag to compare
  • Upgrade to Python 3.8 (#118)
  • Upgrade to FastAPI 0.46 (#118)

v0.2.0

19 Feb 14:57
Compare
Choose a tag to compare

Idunn is now based on FastAPI framework 🎉

  • Replace apistar with FastAPI (#100, #106, #114)
  • Add black formatter (#107, #108; #111)
  • Fix mapbox-specific directions parameters (#109)
  • Implement /autocomplete route (#105)
  • Implement "weather" block for administrative regions (#96, #113)
  • Implement public transports restrictions on configurable zones (#101)
  • Implement /directions route with place ids used as origin and destination parameters (#112)
  • Elasticsearch optimizations (#116, #117)

v0.1.10

07 Jan 15:46
826a3a2
Compare
Choose a tag to compare

This should be the last release based on (deprecated) apistar

  • Integrate Combigo API v1.1, and fixes (#93, #95, #104)
  • More details in logs about user queries (#94)
  • Add tests and remove dependencies to prepare migration to another framework (#98, #102)

v0.1.9

26 Sep 09:01
95d2e10
Compare
Choose a tag to compare
  • Add new blocks diet, cuisine and happy_hours (#65, #66)
  • Add more categories (#67)
  • Log query context from telemetry headers (#80)
  • Fixes about error handling (#76, #79)
  • Implement /directions endpoint (#81, #82, #83, #84)
  • Implement air quality block on admin zones (#75)
  • Events: add categories filter (#86, #90)
  • Refactor circuit breaker and rate limiter (#92)

v0.1.8

12 Jul 14:25
9197cea
Compare
Choose a tag to compare
  • Improve float validation in URLs (#74)
  • Work around bug in apistar injector (#74)
  • First implementation of Kuzzle events endpoint (#58)

v0.1.7

09 Jul 12:58
be93251
Compare
Choose a tag to compare
  • Implement GET /reverse and /places/latlon:{lat}:{lon} endpoints (#71)
  • Fix memory leak (#70)
  • Fix multiple issues with opening hours (#70, #72)

v0.1.6

07 Jun 09:42
b49029a
Compare
Choose a tag to compare
  • Handle query on /places endpoint (#64)
  • Add wikidata id handling (#63)
  • Define url to reviews and photos for PjPoi (#62)
  • international phone numbers (#61)

v0.1.5

22 May 12:02
8feddc8
Compare
Choose a tag to compare
  • Add "images" block (#53)
  • Add possibility to fetch multiple source, Implement source "pagesjaunes" (#54, #55, #57, #60)
  • Fix in wiki details request (#56)
  • Optimization in "opening hours" parsing (#59)

v0.1.3

14 Mar 13:27
Compare
Choose a tag to compare
  • Implement /places list endpoint (#48)
  • Fix class_name in "admins" (#49)
  • Improve Dockerfile (#50)
  • Implement "category" filter (#51)