Skip to content

Releases: edgarrmondragon/citric

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…

…es (#1130)

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

0.10.0.post2

16 Dec 02:45
0.10.0.post2
0598dbc
Compare
Choose a tag to compare

Switch build system to Hatch

0.10.0.post1

29 Nov 08:29
4f371a8
Compare
Choose a tag to compare

Update some project metadata

0.10.0

29 Nov 07:30
5eccb94
Compare
Choose a tag to compare

0.10.0 - 2023-11-29

Added

  • #994 Experimental support for the new REST API
  • #1016 Support DestSurveyID parameter in RPC method copy_survey
  • #1026 Support userActivationSettings parameter in RPC method activate_survey

Fixed

  • #1026 Update types.YesNo to include inherited (I) values

Documentation

  • #1035 Document how to disable TLS certificate verification