Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-08-23

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`powersync` - `v1.7.0`](#powersync---v170)
- [`powersync_attachments_helper` - `v0.6.5+1`](#powersync_attachments_helper---v0651)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

- `powersync_attachments_helper` - `v0.6.5+1`

---

#### `powersync` - `v1.7.0`

- **FEAT**: Include schema validation check
- **FEAT**: Include new table check for maximum number of columns allowed


## 2024-08-21

### Changes
Expand Down
2 changes: 2 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ e.g powersync-v1.6.4, powersync_attachments_helper-v0.6.3+1, etc.
git push --follow-tags
```

**Note: This will launch the `release.yaml` and `publish.yaml` github actions in `.github/workflows`. So only run it when you are absolutely sure you want to release.**

A version bump and tag push for `powersync` will also create a draft github release for the powersync web worker. The worker needs to be manually published in the GitHub [releases](https://github.com/powersync-ja/powersync.dart/releases).
5 changes: 5 additions & 0 deletions packages/powersync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.7.0

- **FEAT**: Include schema validation check
- **FEAT**: Include new table check for maximum number of columns allowed

## 1.6.7

- **CHORE**: Update dependency powersync_flutter_libs
Expand Down