Skip to content

Releases: Moesif/moesifdjango

v2.1.5

08 Sep 23:32
3a6a63b
Compare
Choose a tag to compare

Release notes for 2.1.5:

  1. Updated to include/enforce locked-in version of moesif packages.
  2. Bumped up the version.
  3. No bug fix or feature addition.

v2.1.4

08 Sep 01:25
1c741c3
Compare
Choose a tag to compare

Fixed the issue:

  • Blocked event did not update http status code.
  • Gov Rule was not being applied if cohort only specified (rule needed regex filter criteria too).

v2.1.3

07 Sep 19:11
7f461f8
Compare
Choose a tag to compare

Refactor: Update User-Agent version
Bump up the version to 2.1.3

v2.1.2

20 Aug 01:43
e2f9588
Compare
Choose a tag to compare

Support for Governance Rule
Handle invalid regex pattern
Use moesifapi-python version 1.4.0 (which has support for Governance rule).
Bump up the version to 2.1.2

v2.1.1

13 Jul 00:17
efd6a53
Compare
Choose a tag to compare

Add:

  • Support for governance rules

v2.0.5

16 Jul 12:30
5b7e3f0
Compare
Choose a tag to compare

Refactor:

  • Support headers attribute for Django 3.2
  • Bump version to 2.0.5

v2.0.4

17 May 17:03
669899e
Compare
Choose a tag to compare

Refactor:

  • Use datetime.utcnow for request/response time
  • Avoid converting into isoformat
  • BASE_URI config option
    Bump version to 2.0.4

v2.0.2

02 Mar 20:23
9a25810
Compare
Choose a tag to compare

Refactor:

  • Prioritize fetching user Id from IDENTIFY_USER configuration option

v2.0.1

19 Feb 23:50
a15f5aa
Compare
Choose a tag to compare

Refactor:

  • Remove job from the scheduler

v2.0.0

18 Feb 00:01
c609581
Compare
Choose a tag to compare

Add:

  • Support to send events in batch
  • Event Queue size config option

Refactor:

  • Remove logger and use print message
  • Update moesifapi to 1.3.3

Remove:

  • Celery support