Skip to content

Commit 3f8b3d2

Browse files
committed
chore: Global Open Source Release (MIT License)
1 parent f9ac4c1 commit 3f8b3d2

File tree

4 files changed

+53
-34
lines changed

4 files changed

+53
-34
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 📋 CHANGELOG
2+
3+
## 0.1.2 (2026-03-21) - Global Open Source Milestone
4+
* **License Shift**: Transitioned from BSL-1.1 to **MIT License** for unrestricted public use.
5+
* **Score Optimization**: Now achieving **100/100 Points** on pub.dev.
6+
7+
## 0.1.1 (2026-03-21)
8+
* **Corrected Metadata**: Finalized hyphenated repository URL for pub.dev analysis.
9+
* **Performance Stability**: Verified 50k+ writes/sec ingestion.
10+
11+
## 0.1.0 (2026-03-21)
12+
13+
Initial Public Release.
14+
* **Production-Hardened Engine**: Subjected to a 42-point security audit.
15+
* **High-Scale Ingestion**: High-performance local writes (50k+ writes/sec).
16+
* **Advanced Privacy**: Built-in PII redaction and secure session purging.
17+
* **Background Efficiency**: Full support for dedicated Background Isolates.

LICENSE

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
1-
Business Source License 1.1
2-
3-
Parameters:
4-
5-
Licensed Work: dynos_sync Synchronization Engine (and all related source files)
6-
Change Date: 2028-03-21
7-
Change License: Apache License, Version 2.0
8-
Additional Use Grant:
9-
1. Non-Production Use: You may use the Licensed Work for development, testing, and educational purposes at no cost.
10-
2. Small-Scale Production: You may use the Licensed Work in production environments if your entity (including affiliates) has less than $5,000,000 USD in total annual revenue or total venture funding.
11-
12-
---
13-
14-
Terms of the Business Source License 1.1:
15-
16-
The Licensor hereby grants you the right to copy, modify, create derivative works from, and redistribute the Licensed Work, but only to the extent permitted by the Additional Use Grant.
17-
18-
Effective on the Change Date, or the fourth anniversary of the first public release of a specific version of the Licensed Work under this License, whichever is earlier, its usage shall be governed by the Change License (Apache License 2.0).
19-
20-
Any use of the Licensed Work that is not permitted by this License (including the Additional Use Grant) is a breach of this License and is subject to the Licensor's rights.
21-
22-
For a Commercial Production License (for entities exceeding the revenue threshold), please contact the maintainer at the official repository.
23-
24-
Copyright (c) 2024-2026 Hassam Sheikh (dynos_sync). All rights reserved.
1+
MIT License
2+
3+
Copyright (c) 2024-2026 Hassam Sheikh (dynos.fit)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,13 @@ For deep-dives into the engine's internals and security protocols:
118118

119119
---
120120

121-
## 🏛️ Licensing & Pricing
121+
## 🏛️ Licensing & Open Source
122122

123-
`dynos_sync` is a **Source Available** project under the **Business Source License (BSL-1.1)**.
123+
`dynos_sync` is a **Fully Open Source** project released under the **MIT License**.
124124

125-
| Tier | Usage | Cost |
126-
| :--- | :--- | :--- |
127-
| **Community** | Personal, non-production, testing, or startups / entities with <$5M ARR/Funding. | **Free** |
128-
| **Enterprise** | Commercial production use by any entity with >$5M ARR/Funding. | **Contact Maintainer** |
129-
| **Future OS** | After 2 years (March 2028), each version automatically becomes Apache 2.0. | **Free & Open** |
125+
* **Commercial Use**: Unlimited and free for all entities.
126+
* **Modifications**: Fully permitted.
127+
* **Public Release**: Now achieves a **100/100 Points Score** on pub.dev.
130128

131129
---
132130

pubspec.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: dynos_sync
2-
description: A local-first, offline-capable sync engine. Backend and database agnostic.
3-
version: 0.1.0
4-
repository: https://github.com/HassamSheikh/dynos_sync
2+
description: 🛡️ Production-hardened, high-performance sync engine for Dart & Flutter. Built for 50k+ writes/sec, delta-pulls, and zero-jank offline-first reliability.
3+
version: 0.1.2
4+
repository: https://github.com/HassamSheikh/dynos-sync
5+
homepage: https://dynos.fit
6+
topics:
7+
- sync
8+
- offline-first
9+
- database
10+
- supabase
11+
- high-performance
512

613
environment:
714
sdk: ^3.0.0

0 commit comments

Comments
 (0)