Skip to content

Commit 125a33b

Browse files
committed
prepare 26.10.0
1 parent a565b3a commit 125a33b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO.
44

5+
26.10.0 (2026-05-14)
6+
===================
7+
8+
- osfmetrics data migration from elasticsearch6 to elasticsearch8
9+
- add configuration for osfmetrics with es8 (in parallel with es6)
10+
- save new osfmetrics event records and periodic reports in both es6 and es8
11+
- add migrate_osfmetrics_6to8 command to copy old data from es6 to es8
12+
513
26.9.0 (2026-05-07)
614
===================
715

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OSF",
3-
"version": "26.9.0",
3+
"version": "26.10.0",
44
"description": "Facilitating Open Science",
55
"repository": "https://github.com/CenterForOpenScience/osf.io",
66
"author": "Center for Open Science",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "osf-io"
3-
version = "26.9.0"
3+
version = "26.10.0"
44
description = "The code for [https://osf.io](https://osf.io)."
55
authors = ["Your Name <you@example.com>"]
66
license = "Apache License 2.0"

0 commit comments

Comments
 (0)