You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/14.contribution.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,11 @@ We use several tools to enforce codestyle and code quality: `black` for autoform
88
88
- Release versions MUST conform to [Semantic Versioning](https://semver.org/). Releases that introduce breaking changes MUST be major ones.
89
89
- Only the latest major version is supported in general. Critical fixes MAY be backported to the previous major release. To do so, create an `aux/X.Y.Z` branch from the latest stable tag, bump the DipDup version manually, and add a new tag.
90
90
91
+
### 6.5 branch
92
+
93
+
- DipDup 6.5 is supported until March 2024. Maintainers MUST backport bugfixes from the main branch until then. All Tezos and TzKT related code was synced with `next`, so it should be a relatively easy task.
94
+
- 6.5 docs and installer are hosted on GH Pages at `docs.dipdup.io`.
Copy file name to clipboardExpand all lines: docs/9.release-notes/1.v7.0.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,9 @@
1
1
---
2
-
title: 7.0.0rc5
3
-
description: DipDup 7.0.0rc5 release notes
2
+
title: 7.0.0
3
+
description: DipDup 7.0.0 release notes
4
4
---
5
5
6
-
# Release Notes: 7.0.0rc5
7
-
8
-
::banner{type="warning"}
9
-
This page describes a release candidate and may change before the final release.
10
-
::
6
+
# Release Notes: 7.0.0
11
7
12
8
Welcome, developers! Today we introduce 7.0, the most significant major release for DipDup in terms of both changes and developer hours. The new framework architecture allows to easily integrate new blockchains and data sources. EVM support is the first step in this direction; more to come soon. Also we have focused on improving developer experience, so you can initialize, extend and maintain DipDup projects with minimal effort. Finally, updated docs and new demo projects won't let you get lost.
Installer commands were moved to the `dipdup self` command group. There you can switch the release channel or uninstall DipDup at any time:
82
78
83
79
```shell
84
-
dipdup self install --version 7.0.0rc5
85
80
dipdup self update
86
81
dipdup self install --force --ref next
87
82
dipdup self uninstall
@@ -114,7 +109,7 @@ Here are some other notable changes not covered above:
114
109
115
110
## Future of DipDup 6.5
116
111
117
-
The previous version of the framework is powering dozens of APIs in production. We want to give those projects enough time for migration or to just wait a bit while the current branch is being ironed out. Given that, _DipDup 6.5 will be supported until Mar 2024_. We will continue to release bugfixes and security updates until that date. You can find the old documentation [here](https://docs.dipdup.io/), but some pages may be outdated. If you've found such page or other issue, please drop us a message.
112
+
The previous version of the framework is powering dozens of APIs in production. We want to give those projects enough time for migration or to just wait a bit while the current branch is being ironed out. Given that, _DipDup 6.5 will be supported until March 2024_. We will continue to release bugfixes and security updates until that date. You can find the old documentation [here](https://docs.dipdup.io/), but some pages may be outdated. If you've found such page or other issue, please drop us a message.
118
113
119
114
Of course, we encourage you migrating to 7.0 soon to explore all the cool stuff in this release.
0 commit comments