approvals

Tech Optimizer
June 10, 2026
Microsoft has introduced pg_durable, a PostgreSQL extension that enables developers to execute durable workflows within the database, reducing the need for external orchestration systems. It simplifies workflow management by allowing developers to express long-running, fault-tolerant SQL functions directly in SQL, managing execution concerns like retries and recovery. Workflows are defined in SQL, with the extension handling retry states, progress tracking, and checkpointing. A pg_durable function operates as a graph of SQL steps that can resume from the last durable checkpoint after a failure. The extension preserves execution states within PostgreSQL tables, ensuring workflows can withstand crashes and restarts. It includes a domain-specific language (DSL) for scheduling and parallel execution. An example of a durable function is provided, demonstrating sequential and parallel execution using specific operators. pg_durable is particularly useful for vector embedding pipelines and scheduled maintenance tasks. Architecturally, it consists of a PostgreSQL extension and a background worker built on Rust libraries, without any external control plane. Durable execution allows long-running workflows to automatically resume from failure points, simplifying distributed system architecture.
Tech Optimizer
May 5, 2026
Codenotary has released immudb 1.11, an open-source database that enhances immutable audit logging and compatibility with PostgreSQL. This version features integrated audit logging that captures database activities in a tamper-proof manner, eliminating the need for external logging systems. It allows organizations to create unalterable audit trails, streamline compliance processes, and maintain a reliable history of data interactions. Immudb 1.11 is compatible with existing PostgreSQL code, enabling seamless integration with various applications and tools. The database is particularly beneficial for sectors requiring trust and accountability, such as finance, software development, cybersecurity, regulated industries, AI systems, and supply chain management. Immudb has over 50 million downloads and supports a zero-trust approach to data management. The open-source version is available on GitHub.
AppWizard
March 22, 2026
Toby Fox announced that professional testers are currently familiarizing themselves with Deltarune's Chapter 5, with formal testing starting on April 1st. The quality assurance for the Japanese translation is expected to finish in April. Most of the development team is currently focused on fixing bugs and translation issues rather than developing Chapter 5. The testing phase will last an unspecified duration, requiring console approvals and additional preparations before release. The gap between the first and second chapters was three years, and the wait for the dual release of chapters three and four was nearly four years, but the timeline for Chapter 5's release is expected to be shorter. It is speculated that there may be seven chapters in total. The first two chapters are available for free on Steam.
AppWizard
March 6, 2026
Google has submitted proposed modifications to its Android app store operations to a federal court in San Francisco in response to Epic Games' antitrust lawsuit from August 2020. The proposed changes include a revised fee structure that lowers baseline commissions on subscriptions and e-commerce transactions, offers app developers an alternative payment processing option, and allows developers to use payment systems outside of Google's ecosystem. Consumers will be able to download applications from alternative app stores that meet a certification process. These changes require judicial approval and are part of a broader overhaul mandated by a federal judge in October 2024. Google has requested a hearing on April 9 to clarify questions regarding the proposed changes and plans for a global rollout, initially focusing on the United States, the United Kingdom, and the European Union, pending regulatory approvals.
BetaBeacon
February 16, 2026
Android remains the dominant OS in countries like India, Indonesia, Brazil, and parts of Africa, providing indie studios with a large audience eager for content and more likely to download experimental games from unknown developers.
AppWizard
February 12, 2026
Android 17 Beta 1 introduces several enhancements for Pixel smartphone users, starting from the Pixel 6. Key features include mandatory adaptive app width for foldables and tablets, support for the new h.266 video codec, optimized camera APIs for smoother third-party applications, and synchronized volume control. The update requires applications to implement dynamic width adjustments to utilize screen space effectively on larger devices, addressing issues with black bars. The camera APIs have been revamped to allow third-party apps to switch modes without reinitializing the camera session, improving performance. The beta version is available for all Pixel smartphones through the Pixel 10 series, with the final release expected in the second quarter of 2026. Additionally, the setup process for wearables and health devices has been streamlined, and various performance optimizations have been made to enhance stability and efficiency.
Search