Category Archives: Go

mgo r2016.08.01

A major new release of the mgo MongoDB driver for Go is out, including the following enhancements and fixes:

Posted in Go, MongoDB, Project | Leave a comment

All MongoDB releases, everywhere

One of my “official side projects” is the Go language driver for MongoDB, started a few years back while looking for a way to store data conveniently from the Go language while leaving aside some of the problems we have … Continue reading

Posted in Architecture, Design, Go, MongoDB, Project | Leave a comment

Leveling up snapd integration tests

Over the last several months there has been noticeable and growing pain associated with the evolving integration tests around snapd, and given the project goal of being a cross-distribution platform, we are very keen on solving this problem appropriately so … Continue reading

Posted in Architecture, Assembly, C/C++, Cloud, Design, Go, Hardware, Haskell, Java, Lua, Project, Python, Ruby, Snippet, Test | Leave a comment

Snappy Interfaces

As much anticipated, this week Ubuntu 16.04 LTS was released with integrated support for snaps on classic Ubuntu. Snappy 2.0 is a modern software platform, that includes the ability to define rich interfaces between snaps that control their security and … Continue reading

Posted in Architecture, Article, Cloud, Design, Go, MongoDB, Project, Security | Leave a comment

Snappy Changes

As announced last Saturday, Snappy Ubuntu Core 2.0 has just been tagged and made its way into the archives of Ubuntu 16.04, which is due for the final release in the next days. So this is a nice time to … Continue reading

Posted in Architecture, Article, Cloud, Design, Go, Project, Security | Leave a comment

Snappy Ubuntu Core 2.0 is OUT

Ubuntu and Snappy community, it’s time to celebrate! After another intense week and a long Saturday focused on observing and fine tuning the user experience, the development team is proud to announce that Snappy 2.0 has been tagged. As has … Continue reading

Posted in Architecture, Design, Go, Project | Leave a comment

mgo r2016.02.04

This is one of the most packed releases of the mgo driver for Go in recent times. There are new features, important fixes, and relevant internal reestructuring to support the on-going server improvements. As usual for the driver, compatibility is … Continue reading

Posted in Go, MongoDB, Project | Leave a comment

mgo r2015.05.29

Another release of mgo hits the shelves, just in time for the upcoming MongoDB World event. A number of of relevant improvements have landed since the last stable release:

Posted in Go, MongoDB, Project | Leave a comment

Readying mgo for MongoDB 3.0

MongoDB 3.0 (previously known as 2.8) is right around the block, and it’s time to release a few fixes and improvements on the mgo driver for Go to ensure it works fine on that new major server version. Compatibility is … Continue reading

Posted in Go, MongoDB, Project, Uncategorized | Leave a comment

Inline maps in gopkg.in/yaml.v2

After the updates to gopkg.in itself, it’s time for gopkg.in/yaml.v2 to receive some attention. The following improvements are now available in the yaml package:

Posted in Go, Project | Leave a comment