File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212## version 5.1.0
1313* Released* : 3 March 2023
14- * Delegate first request behavior to `` the configured ` CredentialsProvider ` . Connection-based providers invoke
14+ * Delegate first request behavior to the configured ` CredentialsProvider ` . Connection-based providers invoke
1515 ` login-ensureLogin.api ` and connection-less providers invoke ` login-whoAmI.api ` .
1616* Restore connection-based authentication for ` BasicCredentialsProvider `
1717* Add logging to ` NetrcFileParser ` to help with debugging authentication problems
2020
2121## version 5.0.1
2222* Released* : 30 January 2023
23- * Fix regression introduced in 5.0.0: ``` RowsResponse.fixupParsedData()` was called before ` _ requiredVersion` was set. This caused
23+ * Fix regression introduced in 5.0.0: ` RowsResponse.fixupParsedData() ` was called before ` _requiredVersion ` was set. This caused
2424 the fixup method to skip ` BigDecimal ` to ` Double ` conversions in the returned data maps.
25- ``
25+
2626## version 5.0.0
2727* Released* : 24 January 2023
2828* Refactor the ` Command ` class hierarchy:
4343* Introduce ` HasRequiredVersion ` interface and use it when instantiating ` CommandResponse ` subclasses that need required version
4444* Remove all ` Command ` copy constructors. Same rationale as the earlier removal of ` copy ` methods.
4545* Switch ` SelectRowsCommand ` and ` NAbRunsCommand ` to post their parameters as JSON
46- * Fix ` NAbReplicate ` to handle ` "NaN" ` values``
46+ * Fix ` NAbReplicate ` to handle ` "NaN" ` values
4747* Remove ` CommandException ` from ` getHttpRequest() ` throws list
4848* Adjust the ` Demo.java ` and ` Test.java ` tests to match current sample data and ` Command ` hierarchy changes
4949
You can’t perform that action at this time.
0 commit comments