Skip to content

Releases: edgarrmondragon/citric

1.2.0

30 Nov 03:11
55b7d2a
Compare
Choose a tag to compare

1.2.0 - 2024-11-29

Added

  • #1218 feat: Support the new quota action options in LimeSurvey 6.6.7+

1.1.0

30 Oct 01:17
806a97b
Compare
Choose a tag to compare

1.1.0 - 2024-10-29

Added

  • #1153 Added name and description parameters to import_group RPC method
  • #1190 Added a new RESTClient method to refresh the session token
  • #1201 Official support for Python 3.13

Refactored

  • #1189 Test and document new top-level question attributes from LimeSurvey 6.6.3+

Documentation

  • #1199 Updated the contributing guide to reflect current workflow

1.1.0dev1

12 Oct 01:39
7e1c2d8
Compare
Choose a tag to compare
1.1.0dev1 Pre-release
Pre-release
chore: Upload attestations to PyPI

1.0.1

12 Jun 21:06
62a974c
Compare
Choose a tag to compare

1.0.1 - 2024-06-12

Fixed

  • #1101 fix: Bump min requests to 2.25.1 (released 2020-12-16)

Documentation

  • #1152 Fixed links to LimeSurvey API docs

1.0.1a5

12 Jun 20:24
bedd5d3
Compare
Choose a tag to compare
1.0.1a5 Pre-release
Pre-release
chore: Add Python 3.14 trove classifier (#1146)

* chore: Add Python 3.14 trove classifier

* chore: Add Python 3.14 trove classifier

1.0.1a4

10 May 03:20
516f096
Compare
Choose a tag to compare
1.0.1a4 Pre-release
Pre-release
Change the asset name

1.0.1a3

04 May 03:44
be9b19d
Compare
Choose a tag to compare
1.0.1a3 Pre-release
Pre-release
Upload artifacts to release

1.0.1a2

04 May 03:32
17a50c2
Compare
Choose a tag to compare
1.0.1a2 Pre-release
Pre-release
Replace old step

1.0.1a1

04 May 03:23
1abb57c
Compare
Choose a tag to compare
1.0.1a1 Pre-release
Pre-release
ci: bump the ci-dependencies group in /.github/workflows with 3 updat…

1.0.0

13 Feb 02:29
0327c6d
Compare
Choose a tag to compare

1.0.0 - 2024-02-12

Added

  • #1079 Added get_db_version method to RPC client
  • #1092 Added a Session.call method to allow calling RPC methods without any error handling to get the raw response

Removed

  • #1093 Removed the Session._headers attribute

Documentation

  • #1057 Documented conda install option
  • #1092 Linked unimplemented methods to Session.call examples