Release Notes. Giraffa 0.3.0 - GiraffaFS/giraffa GitHub Wiki

Giraffa Release 0.3.0 features

  • Implementation of Extended Attributes.
  • File lease recovery implementation and permissions verification.
  • Fixed WebUI.
  • Critical bug fixes and improvements.

Full List of Changes since Giraffa Release 0.2.0.

  • Issue 220: Fix giraffa web UI in standalone mode. (shv)
  • Issue 223: giraffa format should allow lower case 'y'. (Yuxiang)
  • Issue 157: Move giraffa web to HttpServer2 and add Apache license to the package. (Plamen)
  • Issue 88: Giraffa Web UI Failing. (Plamen)
  • Issue 214: Fix README.md and wiki following Gradle-ization. (Plamen)
  • Issue 215: Replace Clover with JaCoCo for code coverage. (Plamen)
  • Issue 212: Fix Jenkins build post-121. (Plamen)
  • Issue 121: Gradelize the project. (Plamen, c0s)
  • Issue 208: Make RowKeyFactory configurable as opposed to RowKey. (Milan, shv)
  • Issue 35: Implement distributed unique ID generation. (Milan)
  • Issue 165: Fix SLF4J 'Multiple Bindings' error. (Milan)
  • Issue 187: Fix typos. (weilin)
  • Issue 203: Fix Null Pointer Exception error in the fix of 196. (weilin)
  • Issue 201: Fix Jenkins build following Protobuf changes. (Plamen)
  • Issue 196: Fix intermittent failure from testLeaseRecovery because of race condition. (weilin)
  • Issue 197: Unnecessary assertion in TestLeaseRecovery. (Milan)
  • Issue 188: Refactor INode into INodeFile and INodeDirectory. (Milan)
  • Issue 191: Replace README.txt with README.md and add "Requirements" section. (dsalychev)
  • Issue 139: Update POM to remove protobuf generated Java files. (weilin)
  • Issue 179: Introduce extended attributes. (weilin)
  • Issue 183. Remove unused member NamespaceProcessor.monitor. (shv)
  • Issue 181: Update POM to Java 7. (Milan)
  • Issue 32: Add file permissions verification. (Milan)
  • Issue 133: Implement file lease recovery. (Plamen)
  • Issue 173: Delete time penalty for directories. (Milan)
  • Issue 171: Fix CreateFlag handling. (weilin)
  • Issue 156: Introduce GiraffaConfiguration.getGiraffaTableName(). (weilin)
  • Issue 144: Increase test case coverage for TestGiraffaFSContract. (Andrey Stepachev)