News
- News
- Last Updated: June 03, 2024
- Chris Castle
Choices are an important part of a healthy open source software community. That’s why we’re excited about Yarn, a new package manager that addresses many of the problems with Node’s default package manager, npm. While npm has done a fantastic job creating a large and vibrant JavaScript ecosystem, I want to share why Yarn is an important addition to the Node.js ecosystem, how it will improve your Node.js development experience, and how Heroku has …
- News
- Last Updated: June 03, 2024
- Richard Schneeman
Heroku bumped its Bundler version to 1.13.7 almost a month ago, and since then we’ve had a large number of support tickets opened, many a variant of the following:
Your Ruby version is <X>, but your Gemfile specified <Y>I wanted to talk about why you might get this error while deploying to Heroku, and what you can do about it, along with some bonus features provided by the new Bundler version.
First off, …
Today we’re happy to announce that the Sydney, Australia region is now generally available for use with Heroku Private Spaces. Sydney joins Virginia, Oregon, Frankfurt, and Tokyo as regions where Private Spaces can be created by any Heroku Enterprise user. Developers can now deploy Heroku apps closer to customers in the Asia-Pacific area to reduce latency and take advantage of the advanced network & trust controls of Spaces to ensure sensitive data stays protected.
- News
- Last Updated: January 24, 2017
- Michelle Peot
We’re excited to announce that Heroku Autoscaling is now generally available for apps using web dynos.
We’ve always made it seamless and simple to scale apps on Heroku – just move the slider. But we want to go further, and help you in the face of unexpected demand spikes or intermittent activity. Part of our core mission is delivering a first-class operational experience that provides proactive notifications, guidance, and—where appropriate—automated responses to particular application events. …
- News
- Last Updated: January 03, 2017
- Vikram Rana
As we begin 2017, we want to thank you for supporting Heroku. Your creativity and innovation continues to inspire us, and pushed us to deliver even more new products and features in 2016. We especially want to thank everyone who helped us by beta testing, sharing Heroku with others, and providing feedback. Here are the highlights of what became generally available in 2016.
Advancing the Developer Experience
A new way to structure, manage …
- News
- Last Updated: March 29, 2024
- Jonan Scheffler
The Ruby maintainers continued their annual tradition by gifting us a new Ruby version to celebrate the holiday: Ruby 2.4 is now available and you can try it out on Heroku.
Ruby 2.4 brings some impressive new features and performance improvements to the table, here are a few of the big ones:
- Binding#irb – Runtime Invocation for IRB
- Unified Integers – Fixnum and Bignum are now Integer
- Rounding Changes – More Accurate Kernel#sprintf Rounding
- News
- Last Updated: December 15, 2016
- Nahid Samsami
Today we are announcing the newest version of the Heroku CLI. We know how much time you spend in the CLI as developers and how much pride you take in being able to get things done quickly. Our new CLI has big improvements in performance as well as enhanced readability for humans and machines.
CLI response time is made up of two parts: the API response time and the performance of …
- News
- Last Updated: December 08, 2016
- Timothée Peignier
Postgres is our favorite database—it’s reliable, powerful and secure. Here are a few essential tips learned from building, and helping our customers build, apps around Postgres. These tips will help ensure you get the most out of Postgres, whether you’re running it on your own box or using the Heroku Postgres add-on.
Postgres connections are not free, as each established connection has a cost. By using a connection pooler, you’ll …
- News
- Last Updated: December 01, 2016
- Rimas Silkaitis
PostgreSQL 9.6 is now generally available for Heroku Postgres. The main focus of this release is centered around performance. PostgreSQL 9.6 includes enhanced parallelism for key capabilities that sets the stage for significant performance improvements for a variety of analytic and transactional workloads.
With 9.6, certain actions, like individual queries, can be split up into multiple parts and performed in parallel. This means that everything from running queries, creating indexes, and sorting have major …
- News
- Last Updated: June 03, 2024
- Chris Castle
Heroku recently released [a managed Apache Kafka][1] offering. As a Node.js developer, I wanted to demystify Kafka by sharing a simple yet practical use case with the many Node.js developers who are curious how this technology might be useful. At Heroku we use Kafka internally for a number of uses including data pipelines. I thought that would be a good place to start.
When it comes to actual examples, Java and Scala get all …
Subscribe to the full-text RSS feed for News.