X.Bluesky 1.3.0: New Features!

Andrew Gubskiy
2 min read6 days ago

The decentralized social platform Bluesky — originally a niche, invite-only network — has seen a remarkable surge in popularity. Now exceeding 25 million users, it’s drawing tech-savvy communities and political discourse away from Elon Musk’s X (formerly Twitter).

For .NET developers who want to integrate their projects with this social network, X.Bluesky has become a go-to library. Designed to simplify posting and interacting with Bluesky, it offers a straightforward integration path for bots, content distributors, and other innovative services. Now new X.Bluesky version 1.3.0 is packed with updates that make working with Bluesky more flexible, reliable, and rich in features.

What’s New in X.Bluesky 1.3.0

1. Bug Fix: Default Embed Handling

Earlier versions suffered from a subtle issue: posts without embedded links would occasionally vanish from timelines and user profiles because of an empty-string embed setting. In this release, default embedded content is set to null instead of empty strings, ensuring posts without links display correctly.

2. Improved Timestamp Format

The library now generates timestamps with millisecond precision, aligning with ATProto’s requirements. This change boosts compatibility and may improve post visibility within search windows and indexing.

3. Image Attachments

The new release introduces support for attaching images to your Bluesky posts. Beyond text, developers can now share richer content — photos, charts, and visual elements — making posts more engaging and eye-catching.

4. Customizable PDS Hostname

Developers can now configure the PDS (Personal Data Server) hostname directly, enabling smoother integrations with custom infrastructures. Whether you’re building specialized bots or enterprise-level tools, this flexibility helps tailor your deployment environment.

Why This Matters

As Bluesky’s user base grows and diversifies, powerful tooling is essential. X.Bluesky meets developers where they are, making bringing high-quality, timely content to audiences eager for an alternative social experience easier. The 1.3.0 release addresses previous pain points, supports richer media, and offers more customization — empowering developers to scale with Bluesky’s evolving ecosystem.

Integrating Bluesky’s openness and user-defined moderation into your app or bot allows you to deliver a personalized, community-driven experience that resonates with today’s tech-forward audiences. With X.Bluesky 1.3.0, you’re not just keeping pace with a changing social media landscape but helping shape it.

For more details, installation instructions, and documentation, visit the official X.Bluesky repository and explore what’s possible in this rapidly growing decentralized network.

Official links

  • GitHub: Explore the source code, report issues, and contribute to X.Bluesky development.
  • NuGet: Install or update X.Bluesky directly into your .NET projects.
  • Buyeacoffee: Support the developer behind X.Bluesky with a small donation.

--

--

Andrew Gubskiy
Andrew Gubskiy

Written by Andrew Gubskiy

Software Architect, Ph.D., Microsoft MVP in Developer Technologies.

Responses (1)