Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-cpplib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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-cpplib
Merge requests
!42
Release 0.2.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Release 0.2.0
release-0.2.0
into
main
Overview
0
Commits
87
Pipelines
1
Changes
50
Closed
Timm Fitschen
requested to merge
release-0.2.0
into
main
2 years ago
Overview
0
Commits
87
Pipelines
1
Changes
50
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
acd4b53c
87 commits,
2 years ago
50 files
+
1741
−
763
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
50
Search (e.g. *.vue) (Ctrl+P)
doc/CHANGELOG.md
+
10
−
1
Options
@@ -5,18 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased]
## [0.2.0] - 2022-07-13
(Timm Fitschen)
### Added
*
Simple
`User`
class and methods for user creation/retrieval/deletion.
*
Added more variants for the
`operator<<`
of
`LoggerOutputStream`
(for
`bool`
and
`std::endl`
).
### Changed
*
Transaction::ExecuteAsynchronously is actually asynchronous now.
*
Removed boost from the headers. Boost is only a build dependency from now on.
### Deprecated
### Removed
### Fixed
*
Calling "GetFileDescriptor().wrapped->path()" after retrieval leads to SegFault.
-
#41 Updated Conan version in CI pipeline.
### Security
Loading