Skip to content

Commit 3c13361

Browse files
committed
Release v0.3.6
1 parent 1538d90 commit 3c13361

12 files changed

Lines changed: 37 additions & 1441 deletions

CHANGELOG.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
All notable changes to Condense are documented here.
44

5+
## v0.3.6
6+
7+
## Release Summary
8+
9+
This patch release focuses on optimizing runtime reliability and ensuring engine compatibility for `@studioframes/condense`. The core architectural features—such as stateless, in-memory processing via Buffers and Streams, multi-format pipelines, and flexible integration deployments—remain entirely unchanged.
10+
11+
## Dependency Updates
12+
13+
We have updated underlying package to ensure seamless native module compilation.
14+
15+
* **Updated:** `svgo` bumped from `4.0.1` to `4.0.2`
16+
17+
## Installation
18+
19+
Update or install the new version directly from the npm registry:
20+
21+
```bash
22+
npm i @studioframes/condense@0.3.6
23+
```
24+
525
## v0.3.5
626

727
## Release Summary
@@ -103,8 +123,6 @@ Update or install the new version directly from the npm registry:
103123
npm i @studioframes/condense@0.3.2
104124
```
105125

106-
---
107-
108126
## v0.3.1
109127

110128
## Release Summary
@@ -163,8 +181,6 @@ Update or install the new version directly from the npm registry:
163181
npm i @studioframes/condense@0.3.0
164182
```
165183

166-
---
167-
168184
## v0.2.2
169185

170186
## Release Summary
@@ -185,8 +201,6 @@ Update or install the new version directly from the npm registry:
185201
npm i @studioframes/condense@0.2.2
186202
```
187203

188-
---
189-
190204
## v0.2.1
191205

192206
## Release Summary
@@ -208,8 +222,6 @@ Update or install the new version directly from the npm registry:
208222
npm i @studioframes/condense@0.2.1
209223
```
210224

211-
---
212-
213225
## v0.2.0
214226

215227
## Release Summary
@@ -239,8 +251,6 @@ Update or install the new version directly from the npm registry:
239251
npm i @studioframes/condense@0.2.0
240252
```
241253

242-
---
243-
244254
## v0.1.6
245255

246256
## Release Summary
@@ -282,8 +292,6 @@ Update or install the latest patch version directly from the npm registry:
282292
npm i @studioframes/condense@0.1.6
283293
```
284294

285-
---
286-
287295
## v0.1.5
288296

289297
## Release Summary
@@ -324,8 +332,6 @@ Update or install the latest patch version directly from the npm registry:
324332
npm i @studioframes/condense@0.1.5
325333
```
326334

327-
---
328-
329335
## v0.1.4
330336

331337
## Release Summary
@@ -377,8 +383,6 @@ Update or install the latest patch version directly from the npm registry:
377383
npm i @studioframes/condense@0.1.4
378384
```
379385

380-
---
381-
382386
## v0.1.3
383387

384388
## Release Summary
@@ -419,8 +423,6 @@ Update or install the latest patch version directly from the npm registry:
419423
npm i @studioframes/condense@0.1.3
420424
```
421425

422-
---
423-
424426
## v0.1.2
425427

426428
## Release Summary
@@ -463,8 +465,6 @@ npm i @studioframes/condense@0.1.2
463465

464466
```
465467

466-
---
467-
468468
## v0.1.1
469469

470470
## Release Summary
@@ -505,8 +505,6 @@ Update or install the latest patch version directly from the npm registry:
505505
npm i @studioframes/condense@0.1.1
506506
```
507507

508-
---
509-
510508
## v0.1.0
511509

512510
## Release Summary

MIGRATION_GUIDE.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@ This guide summarizes the changes developers should expect when upgrading Conden
44

55
## Security support and upgrade priority
66

7-
Before planning a migration, use the latest supported release. According to [SECURITY.md](./SECURITY.md), the recommended target for upgrades is the latest stable release, currently 0.3.4.
7+
Before planning a migration, use the latest supported release. According to [SECURITY.md](./SECURITY.md), the recommended target for upgrades is the latest stable release, currently 0.3.6.
88

9-
| Current version | Status | Recommended action |
10-
| --- | --- | --- |
11-
| 0.3.4 | Active | Keep using the latest stable release. |
12-
| 0.3.3 / 0.3.2 | Unmaintained | Upgrade to 0.3.4+ as soon as practical. |
13-
| 0.3.1 / 0.3.0 | Deprecated | Upgrade immediately; these releases contain security vulnerabilities that were patched in 0.3.2. |
14-
| 0.2.x | Unmaintained | Upgrade to 0.3.0+ before relying on it in production. |
15-
| 0.1.x | Deprecated | Upgrade to 0.2.0+ and re-test integrations thoroughly. |
9+
| Version | Status | Supported | Notes |
10+
| --- | --- | --- | --- |
11+
| **0.3.2 - 0.3.6** | **Active** || Always upgrade to the latest patch release for maximum security. |
12+
| **0.3.0 - 0.3.1** | **Deprecated** || Unsupported due to the version containing security vulnerabilities that have been patched in [v0.3.2](https://github.com/studioframes/Condense/releases/tag/v0.3.2). |
13+
| **0.2.x** | **Active** | ⚠️ | Upgrade to v0.3.x as soon as possible. This set of version will be deprecated at the release of the next minor/major version. |
14+
| **0.1.x** | **Deprecated** || End of life |
1615

1716
If you are still on 0.3.0 or 0.3.1, treat that as a security-sensitive migration and prioritize it above normal dependency updates.
1817

1918
## Current version notes
2019

21-
### Upgrading from 0.3.x to 0.3.4
20+
### Upgrading from 0.3.x to 0.3.6
2221

2322
- No breaking API changes are documented for the core optimization helpers.
2423
- The update is a dependency refresh and should be safe for existing integrations.

0 commit comments

Comments
 (0)