Skip to content

Commit 0226e65

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
2 parents 9ab33ca + 83bc6e7 commit 0226e65

File tree

2 files changed

+53
-2
lines changed

2 files changed

+53
-2
lines changed

src/.vuepress/config/head.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ module.exports = [
3535
{
3636
defer: true,
3737
'data-domain': 'blog.ipfs.tech',
38-
'data-api': 'https://proxy.daas.workers.dev/api/event',
39-
src: 'https://proxy.daas.workers.dev/js/script.js',
38+
src: 'https://plausible.io/js/plausible.js',
4039
},
4140
],
4241
].concat(favicons)

src/_blog/newsletter-197.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Welcome to IPFS News 197!
3+
description: Featuring an announcement about the new Ecosystem Working Group and Kubo v0.22.0
4+
author: ''
5+
date: 2023-09-12
6+
permalink: "/newsletter-197"
7+
translationKey: ''
8+
header_image: "/ipfsnews.png"
9+
tags:
10+
- newsletter
11+
---
12+
13+
## **Introducing the Ecosystem Working Group 🔭**
14+
15+
Since its initial release over 9 years ago, IPFS has been stewarded by a variety of teams and individual contributors, both within and outside of Protocol Labs. More recently though, it has lacked a dedicated team focused on nothing other than the success of the IPFS ecosystem. It is with this reality in mind that we are excited to announce the formation of **[the brand new IPFS Ecosystem Working Group](https://blog.ipfs.tech/2023-introducing-the-ecosystem-working-group/)**!
16+
17+
<a href="https://blog.ipfs.tech/2023-introducing-the-ecosystem-working-group/" class="cta-button">Read the blog post</a>
18+
19+
## **Brand New on IPFS ✨**
20+
21+
[Kubo v0.22.0](https://github.com/ipfs/kubo/releases/tag/v0.22.0)
22+
23+
- Gateway: support for order= and dups= parameters (IPIP-412)
24+
- ipfs name publish now supports V2 only IPNS records
25+
- IPNS name resolution has been fixed
26+
- go-libp2p v0.29.0 update with smart dialing
27+
28+
[IPFSConnect Istanbul](https://istanbul2023.ipfsconnect.org/)
29+
30+
- Have you checked out [IPFSConnect](https://twitter.com/IPFSConnect) yet? It's a community-run meetup of developers and designers building on top of IPFS. Join us in Istanbul on Nov 16th for a day of workshops + talks! [Learn more here!](https://istanbul2023.ipfsconnect.org/)
31+
32+
## **Around the Ecosystem 🌎**
33+
34+
[LabWeek23 is happening November 13-17](https://23.labweek.io/)
35+
36+
- Have you booked your travel yet? [LabWeek23](https://23.labweek.io/) is happening in Istanbul, Türkiye, from November 13-17, alongside Devconnect! This is your chance to connect and collaborate with visionaries and teams that are domain leaders in ZK Proofs, AI and blockchain, DeSci, decentralized storage, gaming in Web3, public goods funding, cryptoeconomics, and much more. [Learn more about it here!](https://23.labweek.io/)
37+
38+
[A Beginner's Guide to IPFS Content Addressing](https://filebase.com/blog/a-beginners-guide-to-ipfs-content-addressing/)
39+
40+
- Learn how to harness the power of the InterPlanetary File System for seamless content distribution by checking out this comprehensive guide to IPFS content addressing by Filebase. [Read it here!](https://filebase.com/blog/a-beginners-guide-to-ipfs-content-addressing/)
41+
42+
[Fleek's new app is in closed alpha](https://blog.fleek.xyz/post/fleekxyz-alpha-release/)
43+
44+
- "The day is finally here–the first step of the new Fleek, both app and brand ⚡ Let’s set the stage: This is not the full release of the new Fleek app. Today marks the start of our initial closed testing phase, leading up to an open testing period, and later in September, the full v1 release of the new app." [Learn more in this blog post!](https://blog.fleek.xyz/post/fleekxyz-alpha-release/)
45+
46+
[New git-ipfs remote bridge](https://twitter.com/momack28/status/1697072752266706979?s=20)
47+
48+
- "Love git and IPFS? There's a new git-ipfs remote bridge that lets you snapshot new git releases to IPFS for self-hosting, immutable versioning, and decentralized replication. Go InterPlanetary!" [Check it out here!](https://github.com/ElettraSciComp/Git-IPFS-Remote-Bridge)
49+
50+
[Encrypted file support will be added to Cedalio soon](https://medium.com/@cedalio/product-update-uploading-files-has-never-been-easier-7b328def728a)
51+
52+
- "Introducing the ability to define file types within your GraphQL schema, while we handle the rest. To stay in sync with our company core values, we store files in IPFS, a decentralized peer-to-peer protocol for storing and sharing files across a distributed network. As of now, files stored in IPFS are not encrypted; however, we’re excited to announce that support for encryption will be added in early October." [Learn more via their product update!](https://medium.com/@cedalio/product-update-uploading-files-has-never-been-easier-7b328def728a)

0 commit comments

Comments
 (0)