Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
719f024a
Commit
719f024a
authored
4 years ago
by
florian
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Update changelog
parent
09ff0505
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+15
-0
15 additions, 0 deletions
CHANGELOG.md
with
15 additions
and
0 deletions
CHANGELOG.md
+
15
−
0
View file @
719f024a
...
...
@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
`password_method == "auth_token"`
the
`auth_token`
option is required as
well.
*
Empty string support (See caosdb-server#33)
*
New exceptions
`HTTPAuthorizationException`
and
`ResourceNotFoundException`
for HTTP 403 and 404 errors,
respectively.
### Changed ###
...
...
@@ -24,6 +27,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
setting the value with the setter and when the datatype changes. Before this
change, the value was parsed to python types only when parsing an xml and
only for int and float.
*
Raising of entity exceptions and transaction errors. Whenever any
transaction fails, a
`TransactionError`
is raised. If one ore more
entities caused that failure, corresponding entity errors are
attached as direct and indirect children of the
`TransactionError`
. They can be accessed via the
`get_errors`
(direct children) and
`get_all_errors`
(direct and indirect
children) methods; the causing entities are accessed by
`get_entities`
and
`get_all_entities`
. The
`has_error`
method can be
used to check whether a
`TransactionError`
was caused by a specific
`EntityError`
.
### Deprecated ###
...
...
@@ -35,6 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ###
*
Dynamic exception type
`EntityMultiError`
.
### Fixed ###
-
Replaced deprecated Logger.warn() method.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment