Skip to content

Releases: milobella/cerebro

Patch v0.3.4: Case insensitive

12 Oct 09:19
a4f3358
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

Patch v0.3.3: PLAY_MOVIE enabler

09 Oct 15:41
225f5dd
Compare
Choose a tag to compare

What's Changed

  • Various fixes around initialization and verify PLAY_MOVIE feasability by @celian-garcia in #33

Full Changelog: v0.3.2...v0.3.3

Patch v0.3.2: Fix config reading

06 Oct 06:12
33be9f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1: Fix MongoDB integration

02 Oct 12:07
c748e07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0: Revive repository

02 Oct 11:40
66bd8f1
Compare
Choose a tag to compare

Breaking changes

  • Cerebro is now supposed to be run with sanic command line.
  • Configuration file moved from cerebro.ini anywhere to /src/cerebro.yaml. A better config file discovery might be performed but as long as it supposed to be docker only for now it will be fine.

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1 : Bump versions in requirements.txt

10 Feb 12:24
Compare
Choose a tag to compare
Bump working versions in requirements.txt

v0.2.0 : Return raw text in response

10 Feb 11:13
8750be6
Compare
Choose a tag to compare

v0.1.2 : Support to load models without any entities

31 Jan 13:17
fb00635
Compare
Choose a tag to compare
Merge pull request #10 from milobella/bugfix/entities_empty

Tests a different condition before inserting entities

v0.1.1 : Fix due to Sanic update

31 Jan 12:29
25243f9
Compare
Choose a tag to compare
  • Add the required name parameter when run Sanic

v0.1.0 : First version

31 Jan 12:12
fa01cc4
Compare
Choose a tag to compare

First release