Skip to content

Releases: edgarrmondragon/citric

1.0.1a2

04 May 03:32
17a50c2

Choose a tag to compare

1.0.1a2 Pre-release
Pre-release
Replace old step

1.0.1a1

04 May 03:23
1abb57c

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

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

Choose a tag to compare

Switch build system to Hatch

0.10.0.post1

29 Nov 08:29
4f371a8

Choose a tag to compare

Update some project metadata

0.10.0

29 Nov 07:30
5eccb94

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

0.9.0

11 Oct 05:55
11187f5

Choose a tag to compare

0.9.0 - 2023-10-11

Added

  • #944 Add Client.get_server_version
  • #1005 Official support for Python 3.12

Documentation

  • #934 Report status of integration tests against multiple LimeSurvey versions
  • #964 Fix GitHub archive URLs in integration test docs
  • #996 Document current version in docs site

0.8.0

23 Aug 00:01
4c968bf

Choose a tag to compare

0.8.0 - 2023-08-22

Added

  • #793 Implement invite_participants in client

Changed

  • #617 Drop support for Python 3.7

Refactored

  • #918 Use latest typing features where possible
  • #935 Use __all__ to expose public API

Documentation

  • #930 Update duckdb notebook example
  • #934 Document integration test status in readme
  • #940 Fix edit button

0.7.2

21 Jun 05:15
828e941

Choose a tag to compare

0.7.2 - 2023-06-21

Refactored

  • #894 Add a USER_AGENT attribute to the Session class

0.7.1

03 Jun 18:19
cad54a1

Choose a tag to compare

0.7.1 - 2023-06-03

Documentation

  • #876 Update contributing documentation