Releases: braincube-io/python-connector
Releases · braincube-io/python-connector
2.8.0
05 Sep 13:12
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
CHANGED
#106 Allow python version greater or equals to 3.13 (until inferior to 4.0)
2.6.1
04 Sep 13:28
Compare
Sorry, something went wrong.
No results found
FIXED
Improve resilience to error variables during the data extraction
2.6.0
11 Oct 15:29
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
FIXED
#29 : Fix get_data slow when label_type == "name"
2.5.1
25 Oct 07:10
Compare
Sorry, something went wrong.
No results found
FIXED
#32 : Fix {braincube-name} placeholder usage in data module
2.5.0
14 Oct 07:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
Fix URL construction when there is a path in one of the configured base URLs
2.4.0
21 Apr 12:25
Compare
Sorry, something went wrong.
No results found
Added
update configuration, we can use sso_base_url and braincube_base_url to define different domains for those services
Changed