Skip to content

Releases: braincube-io/python-connector

2.8.0

05 Sep 13:12
51c132a

Choose a tag to compare

CHANGED

  • #110: Improved JSON decode error messages in client.request_ws() to include response content when the server returns non-JSON responses.

2.7.0

09 Jan 14:04
519cfd8

Choose a tag to compare

CHANGED

  • #106 Allow python version greater or equals to 3.13 (until inferior to 4.0)

2.6.1

04 Sep 13:28
da2b3c4

Choose a tag to compare

FIXED

  • Improve resilience to error variables during the data extraction

2.6.0

11 Oct 15:29
99c879b

Choose a tag to compare

Changed

  • Move to python 3.9 (python 3.8 is not supported anymore)
  • Move to pandas 2.1.11
  • Update all dev dependencies except responses

2.5.2

03 Jun 05:51

Choose a tag to compare

FIXED

  • #29: Fix get_data slow when label_type == "name"

2.5.1

25 Oct 07:10
7e39dc7

Choose a tag to compare

FIXED

  • #32: Fix {braincube-name} placeholder usage in data module

2.5.0

14 Oct 07:59
e80281e

Choose a tag to compare

Changed

  • #25: support {braincube-name} as a placeholder in braincube_base_url configuration.
  • #30: use new SSO URL for OAuth authentication flow

2.4.1

27 Apr 13:11

Choose a tag to compare

Fixed

  • Fix URL construction when there is a path in one of the configured base URLs

2.4.0

21 Apr 12:25
23d7934

Choose a tag to compare

Added

  • update configuration, we can use sso_base_url and braincube_base_url to define different domains for those services

Changed

  • Move project to GitHub