Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-mysqlbackend
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-mysqlbackend
Commits
b63ef00b
Commit
b63ef00b
authored
6 months ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Update changelog for release
parent
9d461b7e
No related branches found
No related tags found
1 merge request
!31
ENH: Update script for outdated dumps.
Pipeline
#56137
passed
6 months ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+7
-10
7 additions, 10 deletions
CHANGELOG.md
doc/conf.py
+2
-2
2 additions, 2 deletions
doc/conf.py
with
9 additions
and
12 deletions
CHANGELOG.md
+
7
−
10
View file @
b63ef00b
...
...
@@ -5,7 +5,7 @@ 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]
##
## [
8.0.0] - 2024-10-09
##
### Added ###
...
...
@@ -13,15 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed ###
### Deprecated ###
### Removed ###
### Fixed ###
-
`OFFSET`
is a reserved keyword in MariaDB 10.6, so a parameter name had to be changed.
### Security ###
-
`OFFSET`
is a reserved keyword in MariaDB 10.6, so the former
`OFFSET`
parameter name in the
`get_head_relative`
function was
changed to HeadOffset. See
[
`update_dumps/README.md`
](
update_dumps/README.md
)
for information
on how to update old SQL dumps to be compatible with this renaming
and MariaDB >= 10.6.
## [7.0.2] - 2023-12-12 ##
(Timm Fitschen)
...
...
This diff is collapsed.
Click to expand it.
doc/conf.py
+
2
−
2
View file @
b63ef00b
...
...
@@ -26,9 +26,9 @@ copyright = '2021 - 2024, IndiScale GmbH'
author
=
'
Daniel Hornung
'
# The short X.Y version
version
=
'
7
.0.
2
'
version
=
'
8
.0.
0
'
# The full version, including alpha/beta/rc tags
release
=
'
7
.0.
2
'
release
=
'
8
.0.
0
'
# -- General configuration ---------------------------------------------------
...
...
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