Skip to content

Commit 5ab8520

Browse files
committed
Undo version.
1 parent bda2fb1 commit 5ab8520

File tree

3 files changed

+65
-108
lines changed

3 files changed

+65
-108
lines changed

CHANGELOG.md

Lines changed: 43 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,6 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6-
## 2024-09-09
7-
8-
### Changes
9-
10-
---
11-
12-
Packages with breaking changes:
13-
14-
- There are no breaking changes in this release.
15-
16-
Packages with other changes:
17-
18-
- [`powersync` - `v1.8.1`](#powersync---v181)
19-
- [`powersync_attachments_helper` - `v0.6.5+2`](#powersync_attachments_helper---v0652)
20-
21-
Packages with dependency updates only:
22-
23-
> 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.
24-
25-
- `powersync_attachments_helper` - `v0.6.5+2`
26-
27-
---
28-
29-
#### `powersync` - `v1.8.1`
30-
31-
- Added `refreshSchema()`, allowing queries and watch calls to work against updated schemas.
32-
33-
346
## 2024-09-06
357

368
### Changes
@@ -39,26 +11,25 @@ Packages with dependency updates only:
3911

4012
Packages with breaking changes:
4113

42-
- There are no breaking changes in this release.
14+
- There are no breaking changes in this release.
4315

4416
Packages with other changes:
4517

46-
- [`powersync` - `v1.8.0`](#powersync---v180)
18+
- [`powersync` - `v1.8.0`](#powersync---v180)
4719

4820
---
4921

5022
#### `powersync` - `v1.8.0`
5123

52-
- Requires `journeyapps/powersync-service` v0.5.0 or later when self-hosting
53-
- Use powersync-sqlite-core v0.2.1
54-
- Customize `User-Agent` header
55-
- Add `client_id` parameter to sync requests
56-
- Persist `lastSyncedAt`
57-
- Emit update notifications for watch queries on `disconnectAndClear()`
58-
- Validate that the `powersync-sqlite-core` version number is in a compatible range of `^0.2.0`
59-
- Always cast `target_op` (write checkpoints) to ensure it's an integer
60-
- Sync optimizations for MOVE and REMOVE operations
61-
24+
- Requires `journeyapps/powersync-service` v0.5.0 or later when self-hosting
25+
- Use powersync-sqlite-core v0.2.1
26+
- Customize `User-Agent` header
27+
- Add `client_id` parameter to sync requests
28+
- Persist `lastSyncedAt`
29+
- Emit update notifications for watch queries on `disconnectAndClear()`
30+
- Validate that the `powersync-sqlite-core` version number is in a compatible range of `^0.2.0`
31+
- Always cast `target_op` (write checkpoints) to ensure it's an integer
32+
- Sync optimizations for MOVE and REMOVE operations
6233

6334
## 2024-08-23
6435

@@ -68,26 +39,25 @@ Packages with other changes:
6839

6940
Packages with breaking changes:
7041

71-
- There are no breaking changes in this release.
42+
- There are no breaking changes in this release.
7243

7344
Packages with other changes:
7445

75-
- [`powersync` - `v1.7.0`](#powersync---v170)
76-
- [`powersync_attachments_helper` - `v0.6.5+1`](#powersync_attachments_helper---v0651)
46+
- [`powersync` - `v1.7.0`](#powersync---v170)
47+
- [`powersync_attachments_helper` - `v0.6.5+1`](#powersync_attachments_helper---v0651)
7748

7849
Packages with dependency updates only:
7950

8051
> 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.
8152
82-
- `powersync_attachments_helper` - `v0.6.5+1`
53+
- `powersync_attachments_helper` - `v0.6.5+1`
8354

8455
---
8556

8657
#### `powersync` - `v1.7.0`
8758

88-
- **FEAT**: Include schema validation check
89-
- **FEAT**: Include new table check for maximum number of columns allowed
90-
59+
- **FEAT**: Include schema validation check
60+
- **FEAT**: Include new table check for maximum number of columns allowed
9161

9262
## 2024-08-21
9363

@@ -97,28 +67,27 @@ Packages with dependency updates only:
9767

9868
Packages with breaking changes:
9969

100-
- There are no breaking changes in this release.
70+
- There are no breaking changes in this release.
10171

10272
Packages with other changes:
10373

104-
- [`powersync` - `v1.6.7`](#powersync---v167)
105-
- [`powersync_attachments_helper` - `v0.6.5`](#powersync_attachments_helper---v065)
106-
- [`powersync_flutter_libs` - `v0.2.2`](#powersync_flutter_libs---v022)
74+
- [`powersync` - `v1.6.7`](#powersync---v167)
75+
- [`powersync_attachments_helper` - `v0.6.5`](#powersync_attachments_helper---v065)
76+
- [`powersync_flutter_libs` - `v0.2.2`](#powersync_flutter_libs---v022)
10777

10878
---
10979

11080
#### `powersync` - `v1.6.7`
11181

112-
- **CHORE**: Update dependency powersync_flutter_libs
82+
- **CHORE**: Update dependency powersync_flutter_libs
11383

11484
#### `powersync_attachments_helper` - `v0.6.5`
11585

116-
- Update a dependency to the latest release.
86+
- Update a dependency to the latest release.
11787

11888
#### `powersync_flutter_libs` - `v0.2.2`
11989

120-
- **FIX**: Prebundling downloaded core binaries.
121-
90+
- **FIX**: Prebundling downloaded core binaries.
12291

12392
## 2024-08-21
12493

@@ -128,28 +97,27 @@ Packages with other changes:
12897

12998
Packages with breaking changes:
13099

131-
- There are no breaking changes in this release.
100+
- There are no breaking changes in this release.
132101

133102
Packages with other changes:
134103

135-
- [`powersync` - `v1.6.6`](#powersync---v166)
136-
- [`powersync_attachments_helper` - `v0.6.4`](#powersync_attachments_helper---v064)
137-
- [`powersync_flutter_libs` - `v0.2.1`](#powersync_flutter_libs---v021)
104+
- [`powersync` - `v1.6.6`](#powersync---v166)
105+
- [`powersync_attachments_helper` - `v0.6.4`](#powersync_attachments_helper---v064)
106+
- [`powersync_flutter_libs` - `v0.2.1`](#powersync_flutter_libs---v021)
138107

139108
---
140109

141110
#### `powersync` - `v1.6.6`
142111

143-
- **CHORE**: Update dependency powersync_flutter_libs
112+
- **CHORE**: Update dependency powersync_flutter_libs
144113

145114
#### `powersync_attachments_helper` - `v0.6.4`
146115

147-
- Update a dependency to the latest release.
116+
- Update a dependency to the latest release.
148117

149118
#### `powersync_flutter_libs` - `v0.2.1`
150119

151-
- **FIX**: Prebundling downloaded core binaries
152-
120+
- **FIX**: Prebundling downloaded core binaries
153121

154122
## 2024-08-19
155123

@@ -159,30 +127,29 @@ Packages with other changes:
159127

160128
Packages with breaking changes:
161129

162-
- There are no breaking changes in this release.
130+
- There are no breaking changes in this release.
163131

164132
Packages with other changes:
165133

166-
- [`powersync` - `v1.6.5`](#powersync---v165)
167-
- [`powersync_attachments_helper` - `v0.6.3+2`](#powersync_attachments_helper---v0632)
168-
- [`powersync_flutter_libs` - `v0.2.0`](#powersync_flutter_libs---v020)
134+
- [`powersync` - `v1.6.5`](#powersync---v165)
135+
- [`powersync_attachments_helper` - `v0.6.3+2`](#powersync_attachments_helper---v0632)
136+
- [`powersync_flutter_libs` - `v0.2.0`](#powersync_flutter_libs---v020)
169137

170138
Packages with dependency updates only:
171139

172140
> 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.
173141
174-
- `powersync_attachments_helper` - `v0.6.3+2`
142+
- `powersync_attachments_helper` - `v0.6.3+2`
175143

176144
---
177145

178146
#### `powersync` - `v1.6.5`
179147

180-
- **CHORE**: Update dependency `powersync_flutter_libs`
148+
- **CHORE**: Update dependency `powersync_flutter_libs`
181149

182150
#### `powersync_flutter_libs` - `v0.2.0`
183151

184-
- **FEAT**: Prebundle downloaded core binaries
185-
152+
- **FEAT**: Prebundle downloaded core binaries
186153

187154
## 2024-08-06
188155

@@ -192,25 +159,24 @@ Packages with dependency updates only:
192159

193160
Packages with breaking changes:
194161

195-
- There are no breaking changes in this release.
162+
- There are no breaking changes in this release.
196163

197164
Packages with other changes:
198165

199-
- [`powersync` - `v1.6.4`](#powersync---v164)
200-
- [`powersync_attachments_helper` - `v0.6.3+1`](#powersync_attachments_helper---v0631)
166+
- [`powersync` - `v1.6.4`](#powersync---v164)
167+
- [`powersync_attachments_helper` - `v0.6.3+1`](#powersync_attachments_helper---v0631)
201168

202169
Packages with dependency updates only:
203170

204171
> 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.
205172
206-
- `powersync_attachments_helper` - `v0.6.3+1`
173+
- `powersync_attachments_helper` - `v0.6.3+1`
207174

208175
---
209176

210177
#### `powersync` - `v1.6.4`
211178

212-
- **FIX**: `hasSynced` status should be reset after `disconnectAndClear` has been called. ([5e12a079](https://github.com/powersync-ja/powersync.dart/commit/5e12a07918ca16d3dcf90f26a42c5a61c09fb978))
213-
179+
- **FIX**: `hasSynced` status should be reset after `disconnectAndClear` has been called. ([5e12a079](https://github.com/powersync-ja/powersync.dart/commit/5e12a07918ca16d3dcf90f26a42c5a61c09fb978))
214180

215181
## 2024-07-31
216182

packages/powersync/CHANGELOG.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,31 @@
1-
## 1.8.1
2-
3-
- Added `refreshSchema()`, allowing queries and watch calls to work against updated schemas.
4-
51
## 1.8.0
62

7-
- Requires `journeyapps/powersync-service` v0.5.0 or later when self-hosting
8-
- Use powersync-sqlite-core v0.2.1
9-
- Customize `User-Agent` header
10-
- Add `client_id` parameter to sync requests
11-
- Persist `lastSyncedAt`
12-
- Emit update notifications for watch queries on `disconnectAndClear()`
13-
- Validate that the `powersync-sqlite-core` version number is in a compatible range of `^0.2.0`
14-
- Always cast `target_op` (write checkpoints) to ensure it's an integer
15-
- Sync optimizations for MOVE and REMOVE operations
16-
3+
- Requires `journeyapps/powersync-service` v0.5.0 or later when self-hosting
4+
- Use powersync-sqlite-core v0.2.1
5+
- Customize `User-Agent` header
6+
- Add `client_id` parameter to sync requests
7+
- Persist `lastSyncedAt`
8+
- Emit update notifications for watch queries on `disconnectAndClear()`
9+
- Validate that the `powersync-sqlite-core` version number is in a compatible range of `^0.2.0`
10+
- Always cast `target_op` (write checkpoints) to ensure it's an integer
11+
- Sync optimizations for MOVE and REMOVE operations
1712

1813
## 1.7.0
1914

20-
- **FEAT**: Include schema validation check
21-
- **FEAT**: Include new table check for maximum number of columns allowed
15+
- **FEAT**: Include schema validation check
16+
- **FEAT**: Include new table check for maximum number of columns allowed
2217

2318
## 1.6.7
2419

25-
- **CHORE**: Update dependency powersync_flutter_libs
20+
- **CHORE**: Update dependency powersync_flutter_libs
2621

2722
## 1.6.6
2823

29-
- **CHORE**: Update dependency powersync_flutter_libs
24+
- **CHORE**: Update dependency powersync_flutter_libs
3025

3126
## 1.6.5
3227

33-
- **CHORE**: Update dependency `powersync_flutter_libs`
28+
- **CHORE**: Update dependency `powersync_flutter_libs`
3429

3530
## 1.6.4
3631

packages/powersync_attachments_helper/CHANGELOG.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,34 @@
1-
## 0.6.5+2
2-
3-
- Update a dependency to the latest release.
4-
51
## 0.6.5+1
62

7-
- Update a dependency to the latest release.
3+
- Update a dependency to the latest release.
84

95
## 0.6.5
106

11-
- Update a dependency to the latest release.
7+
- Update a dependency to the latest release.
128

139
## 0.6.4
1410

15-
- Update a dependency to the latest release.
11+
- Update a dependency to the latest release.
1612

1713
## 0.6.3+2
1814

19-
- Update a dependency to the latest release.
15+
- Update a dependency to the latest release.
2016

2117
## 0.6.3+1
2218

23-
- Update a dependency to the latest release.
19+
- Update a dependency to the latest release.
2420

2521
## 0.6.3
2622

27-
- Update a dependency to the latest release.
23+
- Update a dependency to the latest release.
2824

2925
## 0.6.2
3026

31-
- Update a dependency to the latest release.
27+
- Update a dependency to the latest release.
3228

3329
## 0.6.1
3430

35-
- Update a dependency to the latest release.
31+
- Update a dependency to the latest release.
3632

3733
## 0.6.0
3834

0 commit comments

Comments
 (0)