Skip to content

BIMserver 1.5.186

Latest
Compare
Choose a tag to compare
@hlg hlg released this 21 Nov 21:55
· 4 commits to master since this release

Attached files:
bimserverjar-1.5.186.jar: Run on your desktop (just double click)
bimserverwar-1.5.186.war: Run on a server (use Tomcat 8/9 or Jetty 9)

BIMserver Java Client (Tutorial on how to use it): https://github.com/opensourceBIM/BIMserver/wiki/BimServerClient

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>bimserverclientlib</artifactId>
    <version>1.5.186</version>
</dependency>

BIMserver Embedded

<dependency>
    <groupId>org.opensourcebim</groupId>
    <artifactId>bimserver</artifactId>
    <version>1.5.186</version>
</dependency>

Release Notes

  • support non-uniform scaling for reused geometry (thanks @muren400)
  • changed render engine version info to combine branch and commit SHA in one version string which may have arbitrary structure for different implementations
  • allow for complex plugin configurations
  • another fix for basic schema conversion
  • Eclipse Aether dependency update (moved to Apache Maven)
  • fixes for #1118, #1155, #1187, #1222, #1255 (thanks @mhendrikxce), #1278, #1323, #1326