Skip to content

0.8.0

Choose a tag to compare

@hectorvent hectorvent released this 26 Jun 04:42
· 111 commits to main since this release
1d5a5bd

🎉 Highlights

This release adds Azure Event Grid and Container Apps MVP, brings a coordinated Blob storage conformance pass, and resolves a Service Bus routing issue. Welcome to the 2 first-time contributors.

🆕 New: Azure Event Grid

Azure Event Grid support lands (#77), covering topics and webhook subscriptions. Event-driven architectures that route through Event Grid can now be exercised locally.

🆕 New: Azure Container Apps (MVP)

Container Apps ships as an MVP (#76): CRUD, ingress, scaling, and revisions. Combined with VM (0.6.0), ACR (0.6.0), Container Apps now rounds out the floci-az container compute story.

🪣 Blob storage conformance pass

Three coordinated Blob fixes from @electrum:

  • Content range returned for invalid blob ranges (#82)
  • Blob prefixes returned for delimited lists (#84)
  • DFS blob requests routed correctly (#88), unblocking ADLS Gen2 hierarchical-namespace workloads

🚌 Service Bus: routing and indexing

Service Bus index error resolved, plus root and host-based routing added (#79), so Service Bus workloads using either addressing style now work correctly.

✨ New Features

  • feat(eventgrid): add Azure Event Grid support (topics + webhook subscriptions) by @hectorvent in #77
  • feat(containerapps): add Azure Container Apps MVP (CRUD, ingress, scaling, revisions) by @yaswanthkumarch in #76

🐛 Bug Fixes

  • fix(servicebus): resolve Service Bus index error and add root / host-based routing by @mansiverma897993 in #79
  • fix(blob): return content range for invalid blob ranges by @electrum in #82
  • fix(blob): return blob prefixes for delimited lists by @electrum in #84
  • fix(blob): route DFS blob requests by @electrum in #88
  • fix(banner): list Monitor and Email in the startup banner by @hectorvent in #92

📚 Documentation

  • docs: document Azure Monitor and Communication Services Email by @hectorvent in #91

🧰 Internals

👋 New Contributors

A warm welcome to everyone making their first contribution to floci-az:

Full Changelog: 0.7.0...0.8.0