Metadata-Version: 2.4
Name: onestop4all-search-api
Version: 1.1.2
Summary: Generic search API for NFDI4Earth OneStop4All
Author: Ralf Klammer, Arne Vogt
Author-email: ralf.klammer@tu-dresden.de, a.vogt@52north.org
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: redis
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Changelog

All notable changes to the **onestop4all-search-api** project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com)
and this project adheres to [Semantic Versioning](https://semver.org).

## v1.1.2

- [docu] fix: set 'root_path' to enable swagger & redoc at VM instances

## v1.1.1

- [docu] add tags & descriptions to endpoints

## v1.1.0

- [feature] search a dedicated solr core via `/search/{my-core}`
- [docu] endpoints for `/swagger`, `/redoc` & `openapi.json` explicitely defined
- [code] CHANGELOG is integrated to long_description (used by pypi)

## v1.0.0

- first publish release
