Skip to content

Releases: turettn/fastapi_offline

v1.7.2

28 Jul 23:38
d76eaf0
Compare
Choose a tag to compare
  • Vendor new dependencies
  • Update Swagger URL to track FastAPI's behavior

v1.7.1

21 Jan 22:08
ee93f7a
Compare
Choose a tag to compare
  • Vendor new dependencies
  • Grab swagger by full version number instead of major only
  • Add python 3.12 tests to CI

v1.7.0

17 Sep 00:48
0fc207d
Compare
Choose a tag to compare
  • Respect SwaggerUI parameters @claydugo
  • Python 3.7 is EOL

v1.6.1

23 Aug 01:10
821d4e9
Compare
Choose a tag to compare

No functional changes - just bundling newest swagger & ReDoc.

v1.6.0

05 Jul 04:14
70e04ad
Compare
Choose a tag to compare
  • Bump included swagger version to 5, tracking fastapi version 0.99.

v1.5.3

07 May 22:03
Compare
Choose a tag to compare

No functional changes - just bundling newest swagger & ReDoc.

v1.5.2

14 Jan 17:22
d99739a
Compare
Choose a tag to compare
  • Change our functions to match return-type handling introduced in FastAPI 0.89
  • Added CI tests on Python 3.11

v1.5.1

16 Oct 04:00
3e99410
Compare
Choose a tag to compare

No functional changes - bundled newest swagger and redoc

v1.5.0

06 Jun 19:18
9bf5688
Compare
Choose a tag to compare
  • Make static endpoint configurable (@mkjaer)

v1.4.0

30 May 00:06
Compare
Choose a tag to compare
  • remove unnecessary aiofiles dependency (@bollwyvl)
  • make sure py.typed makes it into the sdist (@bollwyvl)
  • move to python 3.7 (3.6 has passed end-of-life, and some libraries no longer work but don't explicitly say so)
  • move to swagger v4