Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
We finally closed all #1649010: Beta release blockers.
Most importantly, #1861786: Fix base path issues has been committed. This should make previous, related Search API patches redundant.
Beta1 also adds a great new feature: #1863774: Taxonomy Pathauto coder allows to use pathauto powered pretty paths for term-based facets without ids. Enable it on the facet settings form:

This latest version of FacetAPI Pretty paths is used in production on DrupalJobs. It has mainly been tested against the latest Search API release but is also expected work just fine in combination with the Apache Solr Integration module.
Changes since 7.x-1.0-alpha9:
- #1861786: Fix base path issues, follow up.
- #1890122 by sun-fire: Fixed Wrong facet path for integer fields.
- #1861786: Fix base path issues.
- #1863774 by mh86: Added Taxonomy Pathauto coder.
- Pass all form texts through t() function.
- Cleanup constructPath.
- Updated forms handling.
- #1808634 by khiminrm: First facet api link in breadcrumbs has the url of all current active facets, not url of the page without active facets.
Thanks for testing and providing feedback in the issue queue.