approvals

AppWizard
June 24, 2026
Google is enhancing the payment landscape of its Play Store by allowing developers to implement their own billing systems alongside the existing Google Play Billing, initially available in the US, UK, and EEA. Starting June 30, 2026, the Play Store commission will be divided into a 10% service fee for the first million in annual revenue and a 5% billing fee for transactions through Google Play Billing, with no extra charge for alternative billing systems. The phased implementation will first affect the US, UK, and EEA, followed by Australia on September 30, 2026, and Japan and South Korea on December 31, 2026, with global access expected by September 30, 2027.
AppWizard
June 16, 2026
Android is expanding its Parental Controls feature to all devices upgrading to Android 17, allowing parents to manage their children's screen time effectively. The controls include screen time management, downtime scheduling, app store filters, and app usage control, all accessible through Android Settings and secured by a PIN. The setup of Google Family Link is also facilitated through the Family Link app, which provides additional features like School Time and location alerts. Additionally, there is an increase in the U.S. digital wellbeing fund to over a million dollars to support initiatives promoting healthy technology interactions and resources to combat social isolation.
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.
Search