Skip to main content

84 posts tagged with "new-release"

View All Tags

2022-08-27

· One min read
Samantha Zhang
Samantha Zhang
Co-founder

What we have updated since last release:

  • Updated route for Drawing Versions and Specification Section Versions to be more consistent with File Versions and more clearly reflect the relationship between versions and the items they belong to.
    • Before:
      • /drawing-versions/{id}
      • /specification-section-versions/{id}
    • After:
      • /drawings/{drawing_id}/versions/{id}
      • /specification-sections/{section_id}/versions/{id}

What we are working on next:

  • Create Agave Field Mapper to support custom mapping between source and target systems
  • Integrate with Autodesk Build

2022-08-21

· One min read
Samantha Zhang
Samantha Zhang
Co-founder

What we have updated since last release:

  • Support reading and writing Issues and Observations to BIM360
  • Improved and supported writing to the following QuickBooks Online endpoints:

What we are working on next:

  • Create Agave Field Mapper to support custom mapping between source and target systems
  • Integrate with Autodesk Build

2022-08-13

· One min read
Samantha Zhang
Samantha Zhang
Co-founder

What we have updated since last release:

What we are working on next:

  • Improve and support writing Invoices and Invoice Payments to QuickBooks Online.
  • Create Agave Field Mapper to support custom mapping between source and target systems
  • Integrate with Autodesk Build

2022-08-07

· One min read
Samantha Zhang
Samantha Zhang
Co-founder

What we have updated since last release:

What we are working on next:

  • Making File Manager fully embeddable
  • Support reading Opportunities from Salesforce
  • Create a field mapper component to support custom mapping between source and target systems

2022-07-26

· One min read
Samantha Zhang
Samantha Zhang
Co-founder

What we have updated since last release:

What we are working on next:

  • Support attaching images to BIM Track coordination issues
  • GDPR compliance

2022-07-19

· One min read
Samantha Zhang
Samantha Zhang
Co-founder

What we have updated since last release:

  • We now support source system identifiers in all of our API endpoints, in addition to Agave UUID. Read more
  • Launched OneDrive integration with the following endpoints:
  • Added 2 more endpoints to Fieldwire:
    • Folders (read and write)
    • Files (read for now, write to be added soon)
  • Support writing Folders to Procore and BIM 360
  • Better support for Files, File Versions, Drawings, and Drawing Versions in Aconex
  • Better support for filtering Vendors by tax numbers in Jobpac

What we are working on next:

  • Support for authorization header in webhook events
  • Support File Versions in BIM 360
  • Support WRITE Coordination Issue Image endpoint for BIM Track
  • GDPR compliance

2022-07-08

· One min read
Samantha Zhang
Samantha Zhang
Co-founder

What we have updated since last release:

What we are working on next:

2022-06-27

· One min read
Samantha Zhang
Samantha Zhang
Co-founder

What we have updated since last release:

  • Simplified request paths. We’ve removed project_id and categories like /construction from the request path and moved it to request headers. It’s a backward compatible change.
    • Benefit: ensure API path consistency across source systems, e.g. all file transfer APIs across categories now use the same request path.
    • Before: /construction/projects/{project_id}/folders/{folder_id}/files
    • After: /folders/{folder_id}/files with Project-Id in the header
  • Agave File Picker
    • Added tree view
    • Enabled for Aconex
  • Enable webhooks for Procore drawings
  • Support large file transfer up to 50GB for BIM 360 and Aconex

What we are working on next: