Release 0.10 ("Bellingham")
2018-05-02
We're happy to announce Perkeep version 0.10, arriving about one year (too long!) after our last release. It's named after Bellingham, WA, home of LinuxFest Northwest, where Mathieu and Brad just met up in person and gave a talk on Perkeep. [slides] [video].
This is our first release with the name Perkeep since we renamed the project from Camlistore.
Some notable highlights of 0.10 include:
- New name, new mascot (thanks, @AshleyMcnamara!)
- Map view in the web UI
- Initial support for iOS HEIC images
- Migration from SHA-1 to SHA-224 blobs
See below for the more complete list.
Docker
This is our first release with an official Docker image. It contains the server and client binaries, but comes with no documentation. We assume for now that you know Docker enough to use it:
$ docker pull gcr.io/perkeep-containers/perkeep:0.10
Android
Our Android app has been updated on the Google Play store.
Downloads
Release Stats
33 total committers over 597 commits since d21ecfd24 including Adam Shannon, Ashley McNamara, Attila Tajti, Brad Fitzpatrick, Bruce C. Dillahunty, Daniel Heath, Daniel Lipovetsky, Eric Drechsel, Fabian Wickborn, Filippo Valsorda, Govert Versluis, Hernan Grecco, James Hillyerd, Josh Bleecher Snyder, Magnus Landerblom, Markus Peröbner, Mathieu Lonjaret, Max Bernstein, Michael Houston, Mike Lloyd, Paul Jolly, Paul Lindner, Peter Etelej, Phillip Couto, Piotr S. Staszewski, Ronald Evers, Sergi Mansilla, Stephen Searles, Sterchele Nicolas, Steve Armstrong, Steven L. Speek, Tamás Gulácsi, Tilman Dilo, Will Norris.
Thank you!
Other Changes
Some other changes not mentioned above but excluding the most boring cleanups:
-
app/scanningcabinet:
- Show other tags of a doc in search results
-
blob:
- support SHA-224 blobrefs, make them the default
- add ref.HasPrefix method
- add ref.EqualString method
-
blobserver:
- add Go
context.Context
support to ReceiveBlob, Fetch, and BlobRemover - change BlobStatter interface, simplify proxycache
- add Go
-
blobserver/azure:
- new support for storing blobs on Microsoft Azure
-
blobserver/blobpacked:
- add start-up sanity check for integrity of packed zips
- log reindexing progress
-
blobserver/encrypt:
- implement meta blob packing
- rewrite encryption to use NaCl and a simpler metadata format
-
blobserver/files:
- new VFS layer for use by localdisk and other future files based implementations
-
blobserver/localdisk:
- check that underlying filesystem can perform operations needed
- limit stat concurrency
- move most of the implementation to blobserver/files
-
blobserver/mongo:
- fix stat behavior on missing blob
-
blobserver/overlay:
- overlay: new blobserver type
-
blobserver/remote:
- added trusted certs option
-
blobserver/union:
- union: new blobserver type
-
camnetdns:
- use Lets Encrypt http-01 challenge
-
client:
- remove and clean most New constructors, replace them with options
- check client/server version mismatch
- make android work with Let's Encrypt
-
clients:
- Move all relevant clients code under it
-
clients/android:
- migrate to gradle, update build setup
- avoid wifi manager memory leak
- add multiple profile support
- make the upload service permanent
- show pk-put error messages
- remove self-signed cert option
- add Keepy icon
- New release on Google Play Store
-
clients/osx:
- fix and update OSX status-menu app
-
cmd:
- rename cammount to pk-mount
- rename camget to pk-get, and make it a mode of pk
- rename camput to pk-put, and make it a mode of pk
- rename camweb to pk-web
- rename camdeploy to pk-deploy
-
deploy/gce:
- add Google Cloud Free Tier option
-
doc:
- update build instructions
- add comparison to other software and services
- add jsonsign protocol docs
- add LFNW 2018 talk
-
FUSE filesystem:
- add "versions" folder
-
geocode:
- support the now-required Google API key and document how to configure
-
gpgchallenge:
- switch to using long forms of key IDs
-
importer:
- add gphotos, a Google Photos importer
- pick the "best" importer account when several exist
- rename foursquare to swarm, add Properties to Importer interface
- refresh importer root page, add Titles, Descriptions, TODO bugs
-
index:
- ignore unset msdos time when possible
- ignore indexed NaN location
- add integrity check
- switch to using the (long) GPG keyID, and not its blobRef, as the owner
- support for HEIC images
-
images:
- support for HEIC images
- support making thumbnails for HEIC in docker
-
magic:
- support for HEIC images
-
osutil:
- rename the config dir to perkeep
-
make.go:
- fix building on FreeBSD
- fix building on Windows
- allow specifying CAMLI_GOPHERJS_GOROOT for building gopherjs with different Go
- move to Go 1.10
- remove the tmp source code mirroring, now that Go is caching properly
- rely on Go (GOBIN, GOPATH, or $HOME/go) for install location
-
misc/docker:
- add heiftojpeg, for making thumbnails from HEIC images
- update go image to 1.10.2
-
perkeepd:
- use Let's Encrypt http-01 challenge
- listen for SIGTERM
- on GCE, automatically migrate itself to Perkeep systemd service
-
perkeepd/ui:
- add "Select all" action
- add Map aspect
- disable key navigation when editing permanode attributes
- add sha224 support
- rename UI menu from Camli to Perkeep
- change Foursquare logo to Swarm logo
- add link to mobile setup in UI drop-down
- prefer permanode aspect over map aspect
-
pk:
- add "tool whoami" subcommand
- add "-1" flag to search subcommand
- make "search" command highlight position of JSON syntax errors
-
pk-devimport:
- new command that runs a local importer
-
pk-mount:
- add more documentation and examples to help people get started with PerkeepFs
- in debug mode, dump stacks on SIGQUIT
- default to mounting at /pk if it exists
-
pk-put:
- always output on fatal errors
- add --permanode option for blob subcommand
- add flag to specify hash function for raw blobs
-
pk:
- move more packages to internal
-
rollsum:
- optimizations to get better generated code from the compiler
-
schema:
- support for large directories, by breaking into subsets
-
search:
- support location area predicate
- enable using Around with unsorted blob sources
- add Map sort
- add "ref:" predicate support
- add expression/constraint aliases
- switch to using (long) GPG key ID, instead of its blobRef
- add support for wildcards in filename search
- allow empty expression
- optimize searching for a single blob
- optimize several popular search types to use better in-memory indexes
-
server:
- use a caching fetcher when downloading
- add recovery option on web UI and instance page
- add support for directories download
-
serverinit:
- catch typos in high-level server config
- remove DBNames and provide consistent default instead
- improve error message to help people find config file with errors
-
sorted/postgres:
- create databases on boot
-
sorted/sqlkv:
- make multiple close safe
-
vendor:
- switch to using the dep vendor tree management tool, instead of doing things manually
-
website:
- add link to Open Collective page
- allow serving godoc for any valid package
- use Let's Encrypt http-01 challenge
- migrate to perkeep.org as the production domain
- Add CoC on community page
- add links to Android app
- move go code to pk-web package
Point Releases
0.10.1
Released on 2018-05-14. Bug fixes since 0.10:
- cmd/pk: fix summary of the "get" subcommand in help mode (361dfcd)
- internal/osutil: make perkeepd start on Windows without configuration location errors (e607198)
- server/perkeepd: stop initialization when creating default configuration fails (4a71536)
- blobserver/files: fix a data race in enumeration (1c06486)